[Ocfs2-commits] mfasheh commits r1864 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jan 28 19:32:17 CST 2005


Author: mfasheh
Date: 2005-01-28 19:32:15 -0600 (Fri, 28 Jan 2005)
New Revision: 1864

Modified:
   trunk/Kbuild-24.make
Log:
* Add back our debug flag.



Modified: trunk/Kbuild-24.make
===================================================================
--- trunk/Kbuild-24.make	2005-01-28 23:00:55 UTC (rev 1863)
+++ trunk/Kbuild-24.make	2005-01-29 01:32:15 UTC (rev 1864)
@@ -64,6 +64,10 @@
   KVER_DEFINES += -D__BOOT_KERNEL_UP=1
 endif
 
+ifneq ($(OCFS_DEBUG),)
+  KERNEL_CFLAGS += -g
+endif
+
 INCLUDES = -I. -I$(TOPDIR) -I$(KERNELINC) -I$(GCCINC)
 DEFINES = $(KERNEL_DEFINES) $(KVER_DEFINES)
 CFLAGS = $(OPTIMIZE) $(EXTRA_CFLAGS) $(CFLAGS_$(*F).o) \



More information about the Ocfs2-commits mailing list