*** empty log message ***

This commit is contained in:
Ben Gras 2005-08-30 17:40:08 +00:00
parent 40fc02f6f7
commit 2cf2a6a5ea
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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)