X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre-dkms_pre-build.sh;h=2d7d3816a4e9cbce7ae99d06ab37369856fe61c6;hb=4cbcea223df3015fedc4873e71857192964c4c51;hp=c7b5a1cdf3eaeeed9560ab739f2e4842389aab7c;hpb=23434f3408063164c863a7d56c661c41fa2e779f;p=fs%2Flustre-release.git diff --git a/lustre-dkms_pre-build.sh b/lustre-dkms_pre-build.sh index c7b5a1c..2d7d381 100755 --- a/lustre-dkms_pre-build.sh +++ b/lustre-dkms_pre-build.sh @@ -66,14 +66,9 @@ fi ./configure --prefix=/usr --enable-modules --disable-iokit --disable-snmp \ --disable-doc --disable-utils --disable-tests --disable-maintainer-mode \ $KERNEL_STUFF $GSS $SERVER $DKMS_CONFIG_OPTS \ - --disable-manpages --disable-dlc + --disable-manpages if [ $? != 0 ] ; then echo "configure error, check $7/$1/$2/build/config.log" exit 1 fi - -# now re-create dkms.conf based on configure result, to set accurate Lustre -# modules names that will be built and their future install locations, for -# next DKMS module install step -lustre/scripts/dkms.mkconf -n $1 -v $2 -f $6/$1-$2/dkms.conf