From: Nathan Scott Date: Mon, 25 Feb 2002 22:58:23 +0000 (+0000) Subject: Merge of xfs-cmds-2.4.18:slinx:112403a by nathans. X-Git-Tag: v1.1.0~1154 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=388443f2b6247079dbc36f2f6f4290b008102a5c;p=users%2Fhch%2Fxfstests-dev.git Merge of xfs-cmds-2.4.18:slinx:112403a by nathans. attr now has an install-lib target as well, ensure it is used. --- diff --git a/tools/auto-qa b/tools/auto-qa index 5fbb677b4..f7bbf6aa0 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -399,6 +399,11 @@ do _sudo make install install-dev 2>&1 \ || _fail " !!! install $pkg failed" + + # attr now has an install-lib target as well + [ $pkg == "attr" ] || continue + _sudo make install-lib 2>&1 \ + || _fail " !!! install $pkg failed" done new_state="install"