*** empty log message ***
This commit is contained in:
parent
9faf55f4f2
commit
cc736e1456
2 changed files with 3 additions and 3 deletions
|
@ -102,5 +102,5 @@ clean:
|
||||||
cd ../kernel && $(MAKE) $@
|
cd ../kernel && $(MAKE) $@
|
||||||
cd ../servers && $(MAKE) $@
|
cd ../servers && $(MAKE) $@
|
||||||
cd ../drivers && $(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
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $QUICK = 0 ]
|
if [ $QUICK = 0 ]
|
||||||
then USRMB=300
|
then USRMB=400
|
||||||
else USRMB=30
|
else USRMB=30
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ mount $TMPDISK $RELEASEDIR/usr || exit
|
||||||
mkdir -p $RELEASEDIR/tmp
|
mkdir -p $RELEASEDIR/tmp
|
||||||
mkdir -p $RELEASEDIR/usr/tmp
|
mkdir -p $RELEASEDIR/usr/tmp
|
||||||
|
|
||||||
if [ QUICK = 0 ]
|
if [ $QUICK = 0 ]
|
||||||
then
|
then
|
||||||
echo " * Transfering $COPYITEMS to $RELEASEDIR"
|
echo " * Transfering $COPYITEMS to $RELEASEDIR"
|
||||||
( cd / && tar cf - $COPYITEMS ) | ( cd $RELEASEDIR && tar xf - ) || exit 1
|
( cd / && tar cf - $COPYITEMS ) | ( cd $RELEASEDIR && tar xf - ) || exit 1
|
||||||
|
|
Loading…
Reference in a new issue