This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Print message when cleaning build dir
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX
4 years ago
parent
7c201a3386
commit
d4a88c01a0
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save