summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2001-03-29 06:25:45 +0000
committerNathan Scott <nathans@sgi.com>2001-03-29 06:25:45 +0000
commit05980740c05cf87c92b24e841db6551e334e9421 (patch)
tree58925de61b3ecf8ebc40153007590ddff888aede /tools
parentfc6653abdd34b1dc58fba783a8aff79dc30d9f53 (diff)
do qa testing on the new quota userspace.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/auto-qa16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/auto-qa b/tools/auto-qa
index 89796d0d..6d16ba89 100755
--- a/tools/auto-qa
+++ b/tools/auto-qa
@@ -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"
;;