More changes to support OFED scripts

master
Johann George (QLogic) 2008-02-03 14:10:07 -08:00
parent ae552d16cf
commit 7b750d864b
3 changed files with 12 additions and 4 deletions

1
README
View File

@ -1,5 +1,6 @@
To build To build
./autogen.sh ./autogen.sh
./configure
make make
Notes Notes

View File

@ -4,7 +4,6 @@ set -x
for f in NEWS README ChangeLog; do for f in NEWS README ChangeLog; do
[ -e "$f" ] || touch "$f" [ -e "$f" ] || touch "$f"
done done
aclocal aclocal &&
automake --foreign --add-missing --copy automake --foreign --add-missing --copy &&
autoconf autoconf
./configure

View File

@ -23,3 +23,11 @@ rm -f `cat <<EOF
src/qperf.1 src/qperf.1
src/qperf src/qperf
EOF` EOF`
if
! grep -q -s '^BuildRequires: *libibverbs-devel' qperf.spec ||
[ qperf.spec.in -nt qperf.spec ] ||
[ configure.in -nt qperf.spec ]
then
rm -f qperf.spec
fi