Whamcloud - gitweb
LU-10052 tests: wait for OST objects to be deleted
[fs/lustre-release.git] / lustre-dkms_pre-build.sh
index c7b5a1c..2d7d381 100755 (executable)
@@ -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