[Ocfs2-commits] mfasheh commits r2984 - branches/ocfs2-1.2/fs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 12 11:56:07 PDT 2007


Author: mfasheh
Date: 2007-03-12 11:56:06 -0700 (Mon, 12 Mar 2007)
New Revision: 2984

Modified:
   branches/ocfs2-1.2/fs/Makefile
Log:
ocfs2: build configfs fix

We weren't building configfs for rhel4/el4 during an rpm build. Fix this by
including the configfs directory in the build.

Signed-off-by: mmatsuna



Modified: branches/ocfs2-1.2/fs/Makefile
===================================================================
--- branches/ocfs2-1.2/fs/Makefile	2007-03-06 22:06:39 UTC (rev 2983)
+++ branches/ocfs2-1.2/fs/Makefile	2007-03-12 18:56:06 UTC (rev 2984)
@@ -53,7 +53,10 @@
 ifndef BUILD_DEBUGFS_BACKPORT
 SUBDIRS += debugfs
 endif
+ifndef BUILD_CONFIGFS
+SUBDIRS += configfs
 endif
+endif
 
 build-modules:
 	$(MAKE) -C ocfs2 stamp-md5




More information about the Ocfs2-commits mailing list