mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fixups for qa after build changes
This commit is contained in:
+1
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user