Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Fri, 20 Jun 2008 00:36:04 +0000 (00:36 +0000)
committerrobert.read <robert.read>
Fri, 20 Jun 2008 00:36:04 +0000 (00:36 +0000)
b=15969

Fixup the a global autoconf macro that is shared by libcfs and lnet.
Fix Makefile.in to use LIBCFS_SUBDIR parameter.

Makefile.in
build/autoconf/lustre-build.m4
libcfs/autoconf/lustre-libcfs.m4

index 4aa166b..84ab419 100644 (file)
@@ -1,5 +1,4 @@
-subdir-m += libcfs
-subdir-m += lnet
+subdir-m += @LIBCFS_SUBDIR@ lnet
 subdir-m += lustre
 subdir-m += lustre-iokit
 
index efd894c..dd9fc53 100644 (file)
@@ -696,7 +696,7 @@ LC_CONFIG_CLIENT_SERVER
 # three macros for cmd3 
 LC_CONFIG_SPLIT
 LC_CONFIG_LDISKFS
-LIBCFS_CONFIG_CDEBUG
+LN_CONFIG_CDEBUG
 
 LB_CONFIG_MODULES
 
index 86fe0e6..f78c781 100644 (file)
@@ -1,9 +1,9 @@
 #
-# LIBCFS_CONFIG_CDEBUG
+# LN_CONFIG_CDEBUG
 #
 # whether to enable various libcfs debugs (CDEBUG, ENTRY/EXIT, LASSERT, etc.)
 #
-AC_DEFUN([LIBCFS_CONFIG_CDEBUG],
+AC_DEFUN([LN_CONFIG_CDEBUG],
 [
 AC_MSG_CHECKING([whether to enable CDEBUG, CWARN])
 AC_ARG_ENABLE([libcfs_cdebug],