mtd/fs/jffs2 Makefile,1.42,1.43
David Woodhouse
dwmw2 at infradead.org
Mon Oct 6 08:54:51 EDT 2003
- Previous message: mtd/fs/jffs2 Makefile,1.41,1.42 file.c,1.93,1.94 fs.c,1.29,1.30
os-linux.h,1.33,1.34 super-v24.c,1.74,1.75 super.c,1.88,1.89
- Next message: mtd/fs/jffs2 file.c,1.94,1.95 fs.c,1.30,1.31 os-linux.h,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: mtd/fs/jffs2 Makefile,1.41,1.42 file.c,1.93,1.94 fs.c,1.29,1.30
os-linux.h,1.33,1.34 super-v24.c,1.74,1.75 super.c,1.88,1.89
- Next message: mtd/fs/jffs2 file.c,1.94,1.95 fs.c,1.30,1.31 os-linux.h,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list