Whamcloud - gitweb
LU-3976 tests: sanity-hsm test_9a is buggy
[fs/lustre-release.git] / autogen.sh
index fd09398..bf6a6a8 100644 (file)
@@ -18,17 +18,10 @@ run_cmd()
        echo
 }
 
-# install Lustre Git commit hooks by default - LU-2083
-for HOOK in commit-msg prepare-commit-msg; do
-       if [ -d .git/hooks -a ! -e .git/hooks/$HOOK ]; then
-               ln -sf ../../build/$HOOK .git/hooks/
-       fi
-done
-
 echo "Checking for a complete tree..."
 REQUIRED_DIRS="libcfs lnet lustre"
 OPTIONAL_DIRS="snmp portals"
-CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs"
+CONFIGURE_DIRS="libsysio lustre-iokit"
 
 for dir in $REQUIRED_DIRS ; do
        test -d "$dir" || \