MFS4: Do not terminate if it fails to clean something. (rev 1.12.2.5)

This commit is contained in:
Josef Karthauser 2001-04-22 23:58:46 +00:00
parent f7ea60ac9c
commit b8ff2fec46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75844

View File

@ -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 =============="