[patch] make clean fixed for utils

Jörn Engel joern at wohnheim.fh-wedel.de
Mon Feb 18 04:42:13 EST 2002


Hi!

Make clean left a symlink. I fixed this and the cause - holding the
same information in two places.
Is it ok to check this in?

Jörn

-- 
Good warriors cause others to come to them and do not go to others.
-- Sun Tzu


--- Makefile.old	Mon Feb 18 09:22:48 2002
+++ Makefile	Mon Feb 18 09:25:09 2002
@@ -9,7 +9,7 @@
 nftl_format mkfs.jffs ftl_check nandtest nandwrite mkfs.jffs2 lock unlock \
 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
+SYMLINKS = crc32.h crc32.c compr_rtime.c compr_rubin.c compr.c pushpull.h histo_mips.h compr_rubin.h compr_zlib.c
 
 all: $(TARGETS)
 
@@ -19,7 +19,7 @@
 mkfs.jffs2.o crc32.o: crc32.h
 compr_rubin.o: pushpull.h histo_mips.h compr_rubin.h
 
-crc32.h crc32.c compr_rtime.c compr_rubin.c compr.c pushpull.h histo_mips.h compr_rubin.h compr_zlib.c:
+$(SYMLINKS):
 	ln -sf ../fs/jffs2/$@ $@
 
 mkfs.jffs2: crc32.o compr_rtime.o compr_rubin.o compr.o mkfs.jffs2.o compr_zlib.o




More information about the linux-mtd mailing list