MFS4: Do not terminate if it fails to clean something. (rev 1.12.2.5)
This commit is contained in:
parent
f7ea60ac9c
commit
b8ff2fec46
@ -40,7 +40,7 @@ for j in $list ; do
|
||||
echo "===================== $0 $j started ======================"
|
||||
(cd ${j}/crunch1; \
|
||||
if [ -f crunch1.mk ]; then \
|
||||
make -f crunch1.mk realclean ; \
|
||||
make -f crunch1.mk realclean || true ; \
|
||||
fi ; \
|
||||
make -f ../../build/Makefile.crunch clean)
|
||||
echo "=============== $0 $j completed successfuly =============="
|
||||
|
Loading…
Reference in New Issue
Block a user