fixups for qa after build changes

This commit is contained in:
fsgqa
2001-01-17 23:15:26 +00:00
parent 304b3e9eef
commit e59c3d332a
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -278,10 +278,8 @@ do
*clean)
# we need to configure or else we might fail to clean
for pkg in attr acl xfsprogs xfsdump xfstests
do
cd $WORKAREA/cmd/$pkg
_log " *** configure $pkg for clean"
make configure 2>&1 \
|| _fail " !!! configure $pkg for clean failed"
_log " *** clean $pkg tools"
make realclean 2>&1 \
|| _fail " !!! clean $pkg failed"