mtd/util Makefile,1.23,1.24
andersen at infradead.org
andersen at infradead.org
Tue Nov 26 05:12:24 EST 2002
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv14419
Modified Files:
Makefile
Log Message:
Disable building jffs2reader for now, since it doesn't
compile anymore and nobody has fixed it yet.
-Erik
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/util/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Makefile 3 Mar 2002 16:14:24 -0000 1.23
+++ Makefile 26 Nov 2002 10:12:21 -0000 1.24
@@ -3,11 +3,11 @@
# $Id$
-CFLAGS += -I../include -O2 -Wall
+CFLAGS += -I../include -O2 -Wall -Wstrict-prototypes -Wshadow
TARGETS = ftl_format erase eraseall nftldump nanddump doc_loadbios \
nftl_format mkfs.jffs ftl_check nandtest nandwrite mkfs.jffs2 lock unlock \
-einfo mtd_debug fcp jffs2reader
+einfo mtd_debug fcp #jffs2reader
SYMLINKS = crc32.h crc32.c compr_rtime.c compr_rubin.c compr.c pushpull.h histo_mips.h compr_rubin.h
More information about the linux-mtd-cvs
mailing list