mtd/util sumtool.c,NONE,1.1 Makefile,1.52,1.53
havasi at infradead.org
havasi at infradead.org
Tue Dec 21 10:18:54 EST 2004
- Previous message: mtd/fs/jffs3 summary.c, NONE, 3.1 summary.h, NONE,
3.1 Makefile.common, 3.2, 3.3 build.c, 3.3, 3.4 debug.h, 1.10,
1.11 dir.c, 3.4, 3.5 file.c, 3.4, 3.5 fs.c, 3.3, 3.4 gc.c, 3.6,
3.7 jffs3.h, 3.3, 3.4 nodelist.h, 3.4, 3.5 nodemgmt.c, 3.2,
3.3 os-linux.h, 3.1, 3.2 scan.c, 3.4, 3.5 super-v24.c, 3.1,
3.2 super.c, 3.4, 3.5 wbuf.c, 3.4, 3.5 write.c, 3.3, 3.4
- Next message: mtd/fs/jffs3 debug.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv24573/util
Modified Files:
Makefile
Added Files:
sumtool.c
Log Message:
Summary support for JFFS3.
***** Error reading new file: [Errno 2] No such file or directory: 'sumtool.c'
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/util/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- Makefile 13 Jul 2004 17:49:43 -0000 1.52
+++ Makefile 21 Dec 2004 15:18:51 -0000 1.53
@@ -13,7 +13,9 @@
TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock \
flash_info mtd_debug flashcp nandwrite jffs2dump \
- nftldump nftl_format docfdisk #jffs2reader
+ nftldump nftl_format docfdisk \
+ sumtool #jffs2reader
+
SYMLINKS = compr_lzari.c compr_lzo.c
@@ -47,6 +49,9 @@
jffs2dump: jffs2dump.o crc32.o
$(CC) $(LDFLAGS) -o $@ $^
+
+sumtool: sumtool.o crc32.o
+ $(CC) $(LDFLAGS) -o $@ $^
install: ${TARGETS}
mkdir -p ${DESTDIR}/${SBINDIR}
- Previous message: mtd/fs/jffs3 summary.c, NONE, 3.1 summary.h, NONE,
3.1 Makefile.common, 3.2, 3.3 build.c, 3.3, 3.4 debug.h, 1.10,
1.11 dir.c, 3.4, 3.5 file.c, 3.4, 3.5 fs.c, 3.3, 3.4 gc.c, 3.6,
3.7 jffs3.h, 3.3, 3.4 nodelist.h, 3.4, 3.5 nodemgmt.c, 3.2,
3.3 os-linux.h, 3.1, 3.2 scan.c, 3.4, 3.5 super-v24.c, 3.1,
3.2 super.c, 3.4, 3.5 wbuf.c, 3.4, 3.5 write.c, 3.3, 3.4
- Next message: mtd/fs/jffs3 debug.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list