[U-Boot-Users] [PATCH] make clobber patch to remove System.map

CHANGELOG *Fixed clobber make target so that it also removes System.map. Patch by J. Mann, 2006-JUL-28.
diff -purN u-boot-2006-7-18-ORIG/Makefile u-boot-2006-7-18-ORIGcopy/Makefile --- u-boot-2006-7-18-ORIG/Makefile 2006-07-18 11:22:51.000000000 -0400 +++ u-boot-2006-7-18-ORIGcopy/Makefile 2006-07-28 09:27:13.000000000 -0400 @@ -1980,7 +1980,7 @@ clobber: clean | xargs -0 rm -f rm -f $(OBJS) *.bak tags TAGS include/version_autogenerated.h rm -fr *.*~ - rm -f u-boot u-boot.map u-boot.hex $(ALL) + rm -f u-boot u-boot.map u-boot.hex System.map $(ALL) rm -f tools/crc32.c tools/environment.c tools/env/crc32.c rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c rm -f include/asm/proc include/asm/arch include/asm

In message 1628E43D99629C46988BE46087A3FBB9642E4A@ep-01.EmbeddedPlanet.local you wrote:
CHANGELOG *Fixed clobber make target so that it also removes System.map. Patch by J. Mann, 2006-JUL-28.
Rejected, as explained before: this is redundant and not necessary.
Best regards,
Wolfgang Denk
participants (2)
-
Jeff Mann
-
Wolfgang Denk