Whamcloud - gitweb
fix recusrive autogen.sh invocation in set -a shell
authornikita <nikita>
Thu, 21 Jun 2007 22:01:26 +0000 (22:01 +0000)
committernikita <nikita>
Thu, 21 Jun 2007 22:01:26 +0000 (22:01 +0000)
build/autogen.sh

index 49be95e..eb02edd 100644 (file)
@@ -81,6 +81,7 @@ echo "Checking for a complete tree..."
 if [ -d kernel_patches ] ; then
     # This is ldiskfs
     REQUIRED_DIRS="build"
 if [ -d kernel_patches ] ; then
     # This is ldiskfs
     REQUIRED_DIRS="build"
+    CONFIGURE_DIRS=""
 else
     REQUIRED_DIRS="build lnet lustre"
     OPTIONAL_DIRS="snmp portals"
 else
     REQUIRED_DIRS="build lnet lustre"
     OPTIONAL_DIRS="snmp portals"