[Ocfs2-commits] jlbec commits r1878 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Feb 1 19:00:44 CST 2005
Author: jlbec
Date: 2005-02-01 19:00:43 -0600 (Tue, 01 Feb 2005)
New Revision: 1878
Modified:
trunk/Kbuild-24.make
Log:
o Move EXTRA_CFLAGS to the end of CFLAGS where it belongs
Modified: trunk/Kbuild-24.make
===================================================================
--- trunk/Kbuild-24.make 2005-02-02 00:47:33 UTC (rev 1877)
+++ trunk/Kbuild-24.make 2005-02-02 01:00:43 UTC (rev 1878)
@@ -67,8 +67,8 @@
INCLUDES = -I. -I$(TOPDIR) -I$(KERNELINC) -I$(GCCINC)
DEFINES = $(KERNEL_DEFINES) $(KVER_DEFINES)
-CFLAGS = $(OPTIMIZE) $(EXTRA_CFLAGS) $(CFLAGS_$(*F).o) \
- $(KERNEL_CFLAGS) $(MACH_CFLAGS) $(MODVERSIONS) $(WARNINGS)
+CFLAGS = $(OPTIMIZE) $(KERNEL_CFLAGS) $(MACH_CFLAGS) $(MODVERSIONS) \
+ $(WARNINGS) $(EXTRA_CFLAGS) $(CFLAGS_$(*F).o)
LDADD = $(KERNEL_LDADD) $(MACH_LDADD)
#
More information about the Ocfs2-commits
mailing list