From: Ben Gras Date: Tue, 30 Aug 2005 17:40:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.0~234 X-Git-Url: http://zhaoyanbai.com/repos/cppcheck-error.log?a=commitdiff_plain;h=2cf2a6a5eacd328ca677af4f37234083332e16a0;p=minix.git *** empty log message *** --- diff --git a/tools/Makefile b/tools/Makefile index 10af965f3..a04be7b33 100755 --- a/tools/Makefile +++ b/tools/Makefile @@ -102,5 +102,5 @@ clean: cd ../kernel && $(MAKE) $@ cd ../servers && $(MAKE) $@ cd ../drivers && $(MAKE) $@ - rm -f *.bak image* *.iso *.iso.gz cdfdimage rootimage + rm -f *.bak image image_small *.iso *.iso.gz cdfdimage rootimage diff --git a/tools/release.sh b/tools/release.sh index 12a072ea9..eca4b6465 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -176,7 +176,7 @@ echo "Temporary filesystems still mounted. Make changes, or press RETURN" echo -n "to continue making the image.." read xyzzy umount $TMPDISK || exit -umount TMPDISK2 || exit +umount $TMPDISK2 || exit umount $RAM || exit dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS (cd ../boot && make)