mtd/fs/jffs2 Makefile,1.42,1.43

David Woodhouse dwmw2 at infradead.org
Mon Oct 6 08:54:51 EDT 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv13664

Modified Files:
	Makefile 
Log Message:
Oops. Put -g back in CFLAGS


Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Makefile	6 Oct 2003 12:52:29 -0000	1.42
+++ Makefile	6 Oct 2003 12:54:49 -0000	1.43
@@ -10,7 +10,7 @@
 # then $(EXTRA_CFLAGS)
 
 CC += -I$(mtd)/../../include
-EXTRA_CFLAGS :=  -Werror
+EXTRA_CFLAGS := -g -Werror
 
 ifndef CONFIG_MTD
 EXTRA_CFLAGS += -DMTD_OUT_OF_TREE




More information about the linux-mtd-cvs mailing list