[U-Boot-Users] [PATCH] make clobber patch to remove System.map
Jeff Mann
MannJ at embeddedplanet.com
Fri Jul 28 15:46:54 CEST 2006
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
More information about the U-Boot
mailing list