[Ocfs2-commits] jlbec commits r1814 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 20 17:39:35 CST 2005


Author: jlbec
Date: 2005-01-20 17:39:31 -0600 (Thu, 20 Jan 2005)
New Revision: 1814

Modified:
   trunk/fs/ocfs2/
   trunk/fs/ocfs2/Makefile
Log:

o Looks like SLES9 makes -I. work for module dirs where the vanilla
  2.6 kbuild does not.  Make ocfs2's cluster includes correct.




Property changes on: trunk/fs/ocfs2
___________________________________________________________________
Name: svn:ignore
   - cscope*
stamp-md5
.*.sw?
.*.cmd
*.ko
ocfs2.mod.c
.tmp_versions
.*.d

   + cscope*
stamp-md5
.*.sw?
.*.cmd
*.ko
ocfs2.mod.c
.tmp_versions
.*.d
.*.tmp


Modified: trunk/fs/ocfs2/Makefile
===================================================================
--- trunk/fs/ocfs2/Makefile	2005-01-20 23:25:58 UTC (rev 1813)
+++ trunk/fs/ocfs2/Makefile	2005-01-20 23:39:31 UTC (rev 1814)
@@ -10,7 +10,7 @@
 
 include $(OUR_TOPDIR)/Config.make
 
-CLUSTERINC := $(OUR_TOPDIR)
+CLUSTERINC := $(OUR_TOPDIR)/fs/ocfs2
 EXTRA_CFLAGS += -I$(CLUSTERINC)
 
 endif



More information about the Ocfs2-commits mailing list