Browse Source

Put a cleanup stamp for later use

tags/v1.0
falkTX 4 years ago
parent
commit
9aff2115df
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .cleanup.sh

+ 4
- 0
.cleanup.sh View File

@@ -32,4 +32,8 @@ rm -rf ${PAWPAW_BUILDDIR}/*/.deps
rm -rf ${PAWPAW_BUILDDIR}/*/.libs
rm -rf ${PAWPAW_BUILDDIR}/*/.lock-waf_linux_build

for dir in $(find ${PAWPAW_BUILDDIR} -type d -depth 1); do
touch ${dir}/.stamp_cleanup
done

# ---------------------------------------------------------------------------------------------------------------------

Loading…
Cancel
Save