*** empty log message ***

This commit is contained in:
Ben Gras 2005-09-08 16:32:44 +00:00
parent 9faf55f4f2
commit cc736e1456
2 changed files with 3 additions and 3 deletions

View file

@ -102,5 +102,5 @@ clean:
cd ../kernel && $(MAKE) $@
cd ../servers && $(MAKE) $@
cd ../drivers && $(MAKE) $@
rm -f *.bak image image_small *.iso *.iso.gz cdfdimage rootimage
rm -rf *.bak image image_small *.iso *.iso.gz cdfdimage rootimage src

View file

@ -94,7 +94,7 @@ do
done
if [ $QUICK = 0 ]
then USRMB=300
then USRMB=400
else USRMB=30
fi
@ -163,7 +163,7 @@ mount $TMPDISK $RELEASEDIR/usr || exit
mkdir -p $RELEASEDIR/tmp
mkdir -p $RELEASEDIR/usr/tmp
if [ QUICK = 0 ]
if [ $QUICK = 0 ]
then
echo " * Transfering $COPYITEMS to $RELEASEDIR"
( cd / && tar cf - $COPYITEMS ) | ( cd $RELEASEDIR && tar xf - ) || exit 1