Browse Source

Print message when cleaning build dir

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
d4a88c01a0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .cleanup.sh

+ 1
- 0
.cleanup.sh View File

@@ -33,6 +33,7 @@ rm -rf ${PAWPAW_BUILDDIR}/*/.libs
rm -rf ${PAWPAW_BUILDDIR}/*/.lock-waf_linux_build

for dir in $(find ${PAWPAW_BUILDDIR} -type d -depth 1); do
echo "Directory '${dir}' is now clean"
touch ${dir}/.stamp_cleanup
done



Loading…
Cancel
Save