X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=3f5031ced5bbce451b8ddb11f6bc8f8ca847aa0c;hp=3a40a5e208148968a175405525ddb0ba85a6e86a;hb=2963f3d09eb3a0817f87386c0bd7be7ce086809d;hpb=5fc8551aaba3bc467647d8ea549fafee039b48f9 diff --git a/autogen.sh b/autogen.sh index 3a40a5e..3f5031c 100644 --- a/autogen.sh +++ b/autogen.sh @@ -2,59 +2,14 @@ # NOTE: Please avoid bashisms (bash specific syntax) in this script -# install Lustre Git commit hooks by default - LU-2083 -for HOOK in commit-msg prepare-commit-msg; do - [ -e .git/hooks/$HOOK ] || ln -sf ../../build/$HOOK .git/hooks/ -done - -echo "Checking for a complete tree..." -REQUIRED_DIRS="build libcfs lnet lustre" -OPTIONAL_DIRS="snmp portals" -CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs" +set -e -for dir in $REQUIRED_DIRS ; do - if [ ! -d "$dir" ] ; then - cat >&2 <