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
./autogen.sh
./configure
make
Notes

View File

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

View File

@ -23,3 +23,11 @@ rm -f `cat <<EOF
src/qperf.1
src/qperf
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