Updated build-clean.sh to be more verbose with its resulting status.
This commit is contained in:
parent
41265c50b2
commit
25d64bb859
@ -8,5 +8,7 @@ if [ -f CMakeLists.txt ]; then
|
||||
fi
|
||||
|
||||
if [ -f CMakeCache.txt ]; then
|
||||
rm -r *
|
||||
rm -vr *
|
||||
else
|
||||
echo "Build contains a nonworking cmake. Not removing anything, bailing."
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user