X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=6edec5b0adfe9e9953204e34132fde4cf812da9a;hp=fd09398694568a1bf3c2f8b48c99b748849f3030;hb=79683154758ed5e71aa755cdf4c385bc621fb966;hpb=caa55aec4ae0421db69a0b9feac5cf0880f1c098 diff --git a/autogen.sh b/autogen.sh index fd09398..6edec5b 100644 --- a/autogen.sh +++ b/autogen.sh @@ -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" for dir in $REQUIRED_DIRS ; do test -d "$dir" || \