do qa testing on the new quota userspace.

This commit is contained in:
Nathan Scott
2001-03-29 06:25:45 +00:00
parent fc6653abdd
commit 05980740c0
2 changed files with 2 additions and 18 deletions
-16
View File
@@ -317,11 +317,6 @@ do
|| _fail " !!! clean $pkg failed"
done
_log " *** clean quota tools"
cd $WORKAREA/cmd/quota
( rm -f configure ; autoconf ; sh configure ; make clean ) 2>&1 \
|| _fail " !!! clean quota failed"
_log " *** clean linux"
cd $WORKAREA/linux
make mrproper 2>&1 \
@@ -382,17 +377,6 @@ do
|| _fail " !!! install $pkg failed"
done
_log " *** build and install quota tools"
cd $WORKAREA/cmd/quota
rm -f configure
# use e-fence - but this will only take effect on configure
export MALLOCLIB=/usr/lib/libefence.a
( autoconf ; sh configure --prefix=/usr; make all ) 2>&1 \
|| _fail " !!! build quota failed"
_sudo make install 2>&1 \
|| _fail " !!! install quota failed"
new_state="install"
;;