Whamcloud - gitweb
get rid of --smfs-enable options after merge in HEAD
authorwangdi <wangdi>
Thu, 3 Jun 2004 09:05:49 +0000 (09:05 +0000)
committerwangdi <wangdi>
Thu, 3 Jun 2004 09:05:49 +0000 (09:05 +0000)
lustre/Makefile.in
lustre/configure.in
lustre/smfs/autoMakefile.am

index ad621aa..311435d 100644 (file)
@@ -15,13 +15,14 @@ subdir-m += obdfilter
 subdir-m += ost
 subdir-m += llite
 subdir-m += cobd
+subdir-m += smfs
+subdir-m += cmobd 
 
 ifeq ($(PATCHLEVEL),4)
 subdir-m += ptlbd
 endif # PATCHLEVEL = 4
 
 @SNAPFS_TRUE@subdir-m += snapfs
-@SMFS_TRUE@subdir-m += smfs 
-@SMFS_TRUE@subdir-m += cmobd
 
 @INCLUDE_RULES@
index c57a7da..3373fd0 100644 (file)
@@ -146,15 +146,6 @@ AC_ARG_ENABLE([snapfs],
 AC_MSG_RESULT([$enable_snapfs])
 AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes)
 
-# smfs compilation
-AC_MSG_CHECKING([whether to enable smfs support])
-AC_ARG_ENABLE([smfs],
-       AC_HELP_STRING([--enable-smfs],
-                       [build smfs]),
-       [],[enable_smfs='no'])
-AC_MSG_RESULT([$enable_smfs])
-AM_CONDITIONAL(SMFS, test x$enable_smfs = xyes)
-
 sinclude(portals/build.m4)
 sinclude(portals/archdep.m4)
 
index 952cfa7..b93a4ab 100644 (file)
@@ -3,9 +3,7 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-if SMFS
 modulefs_DATA = smfs$(KMODEXT)
-endif
 
 MOSTLYCLEANFILES = *.o *.ko *.mod.c
 DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h