From: Keith Packard Date: Wed, 30 Sep 2020 06:57:26 +0000 (-0700) Subject: altos: Remove linker map files during 'make clean' X-Git-Tag: 1.9.6~1^2~45 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6846db985d77c25b4deb5f8a763eec245a0a3a71 altos: Remove linker map files during 'make clean' Signed-off-by: Keith Packard --- diff --git a/src/chaoskey-v1.0/Makefile b/src/chaoskey-v1.0/Makefile index 2d92d4f0..c93311ac 100644 --- a/src/chaoskey-v1.0/Makefile +++ b/src/chaoskey-v1.0/Makefile @@ -83,7 +83,7 @@ check: $(METAINFO) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx *.bin + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx *.bin $(PROGNAME)-*.map rm -f ao_product.h rm -f *.cab diff --git a/src/easymega-v1.0/Makefile b/src/easymega-v1.0/Makefile index b8f6df4a..d2a7dbcc 100644 --- a/src/easymega-v1.0/Makefile +++ b/src/easymega-v1.0/Makefile @@ -112,7 +112,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/easymega-v2.0/Makefile b/src/easymega-v2.0/Makefile index ab478a42..d999232f 100644 --- a/src/easymega-v2.0/Makefile +++ b/src/easymega-v2.0/Makefile @@ -109,7 +109,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/easymini-v1.0/Makefile b/src/easymini-v1.0/Makefile index 301a0c1d..e146f54a 100644 --- a/src/easymini-v1.0/Makefile +++ b/src/easymini-v1.0/Makefile @@ -73,7 +73,7 @@ load: $(PROG) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/easymini-v2.0/Makefile b/src/easymini-v2.0/Makefile index 2f790244..a47fc9bd 100644 --- a/src/easymini-v2.0/Makefile +++ b/src/easymini-v2.0/Makefile @@ -72,7 +72,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/easytimer-v1/Makefile b/src/easytimer-v1/Makefile index b0cd15c2..758a5b8f 100644 --- a/src/easytimer-v1/Makefile +++ b/src/easytimer-v1/Makefile @@ -91,7 +91,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/microkite/Makefile b/src/microkite/Makefile index 5b38f572..a164a205 100644 --- a/src/microkite/Makefile +++ b/src/microkite/Makefile @@ -73,7 +73,7 @@ load-slow: $(HEX) distclean: clean clean: - rm -f *.o *.elf *.ihx $(SCRIPT) + rm -f *.o *.elf *.ihx $(SCRIPT) *.map rm -f ao_product.h publish: $(PUBLISH_HEX) $(PUBLISH_SCRIPT) diff --git a/src/micropeak-v2.0/Makefile b/src/micropeak-v2.0/Makefile index a662e49b..28aba585 100644 --- a/src/micropeak-v2.0/Makefile +++ b/src/micropeak-v2.0/Makefile @@ -75,7 +75,7 @@ $(PROG): Makefile $(OBJ) micropeak.ld distclean: clean clean: - rm -f *.o *.elf *.ihx + rm -f *.o *.elf *.ihx *.map rm -f ao_product.h publish: $(PUBLISH_HEX) diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile index 74769802..3ec43e66 100644 --- a/src/micropeak/Makefile +++ b/src/micropeak/Makefile @@ -73,7 +73,7 @@ load-slow: $(HEX) distclean: clean clean: - rm -f *.o *.elf *.ihx $(SCRIPT) + rm -f *.o *.elf *.ihx *.map $(SCRIPT) rm -f ao_product.h publish: $(PUBLISH_HEX) $(PUBLISH_SCRIPT) diff --git a/src/microsplash/Makefile b/src/microsplash/Makefile index 4850ef14..8970995b 100644 --- a/src/microsplash/Makefile +++ b/src/microsplash/Makefile @@ -73,7 +73,7 @@ load-slow: $(HEX) distclean: clean clean: - rm -f *.o *.elf *.ihx $(SCRIPT) + rm -f *.o *.elf *.ihx *.map $(SCRIPT) rm -f ao_product.h publish: $(PUBLISH_HEX) $(PUBLISH_SCRIPT) diff --git a/src/teleballoon-v2.0/Makefile b/src/teleballoon-v2.0/Makefile index 4230d1b9..4a5cae7c 100644 --- a/src/teleballoon-v2.0/Makefile +++ b/src/teleballoon-v2.0/Makefile @@ -112,7 +112,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telebt-v3.0/Makefile b/src/telebt-v3.0/Makefile index 49b70aaf..97f71114 100644 --- a/src/telebt-v3.0/Makefile +++ b/src/telebt-v3.0/Makefile @@ -89,7 +89,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telebt-v4.0/Makefile b/src/telebt-v4.0/Makefile index eba83fbc..309493af 100644 --- a/src/telebt-v4.0/Makefile +++ b/src/telebt-v4.0/Makefile @@ -70,7 +70,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/teledongle-v3.0/Makefile b/src/teledongle-v3.0/Makefile index abb97baf..dd4d7ab2 100644 --- a/src/teledongle-v3.0/Makefile +++ b/src/teledongle-v3.0/Makefile @@ -68,7 +68,7 @@ load: $(PROG) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telefireeight-v1.0/Makefile b/src/telefireeight-v1.0/Makefile index 1ec0dccf..031fffe0 100644 --- a/src/telefireeight-v1.0/Makefile +++ b/src/telefireeight-v1.0/Makefile @@ -78,7 +78,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telefireeight-v2.0/Makefile b/src/telefireeight-v2.0/Makefile index 48a71231..79ac28da 100644 --- a/src/telefireeight-v2.0/Makefile +++ b/src/telefireeight-v2.0/Makefile @@ -77,7 +77,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME).map + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telefireone-v1.0/Makefile b/src/telefireone-v1.0/Makefile index afcdcd67..0f3e5809 100644 --- a/src/telefireone-v1.0/Makefile +++ b/src/telefireone-v1.0/Makefile @@ -82,7 +82,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telefiretwo-v0.1/Makefile b/src/telefiretwo-v0.1/Makefile index a462d5b5..1a23ed38 100644 --- a/src/telefiretwo-v0.1/Makefile +++ b/src/telefiretwo-v0.1/Makefile @@ -77,7 +77,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile index 73d8c245..4620eee2 100644 --- a/src/telegps-v0.3/Makefile +++ b/src/telegps-v0.3/Makefile @@ -75,7 +75,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telegps-v1.0/Makefile b/src/telegps-v1.0/Makefile index aa644298..38474259 100644 --- a/src/telegps-v1.0/Makefile +++ b/src/telegps-v1.0/Makefile @@ -78,7 +78,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telegps-v2.0/Makefile b/src/telegps-v2.0/Makefile index 24410e0d..3d3a60a7 100644 --- a/src/telegps-v2.0/Makefile +++ b/src/telegps-v2.0/Makefile @@ -80,7 +80,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o ao_serial_stm.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o ao_serial_stm.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telelco-v0.2-cc1200/Makefile b/src/telelco-v0.2-cc1200/Makefile index 04f3b8ff..03ab6515 100644 --- a/src/telelco-v0.2-cc1200/Makefile +++ b/src/telelco-v0.2-cc1200/Makefile @@ -95,7 +95,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telelco-v0.2/Makefile b/src/telelco-v0.2/Makefile index 2b8af054..3e01923a 100644 --- a/src/telelco-v0.2/Makefile +++ b/src/telelco-v0.2/Makefile @@ -92,7 +92,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telelco-v0.3/Makefile b/src/telelco-v0.3/Makefile index 87e5d72d..f6bf5019 100644 --- a/src/telelco-v0.3/Makefile +++ b/src/telelco-v0.3/Makefile @@ -93,7 +93,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telelco-v2.0/Makefile b/src/telelco-v2.0/Makefile index 1ae5981f..5b078720 100644 --- a/src/telelco-v2.0/Makefile +++ b/src/telelco-v2.0/Makefile @@ -95,7 +95,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telelcotwo-v0.1/Makefile b/src/telelcotwo-v0.1/Makefile index c0a90d9d..f7d25074 100644 --- a/src/telelcotwo-v0.1/Makefile +++ b/src/telelcotwo-v0.1/Makefile @@ -86,7 +86,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemega-v0.1/Makefile b/src/telemega-v0.1/Makefile index 3357a92b..d6bfacc5 100644 --- a/src/telemega-v0.1/Makefile +++ b/src/telemega-v0.1/Makefile @@ -123,7 +123,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemega-v1.0/Makefile b/src/telemega-v1.0/Makefile index c88ff42f..0e4e0083 100644 --- a/src/telemega-v1.0/Makefile +++ b/src/telemega-v1.0/Makefile @@ -125,7 +125,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemega-v2.0/Makefile b/src/telemega-v2.0/Makefile index 6c84792e..9036ca56 100644 --- a/src/telemega-v2.0/Makefile +++ b/src/telemega-v2.0/Makefile @@ -124,7 +124,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemega-v3.0/Makefile b/src/telemega-v3.0/Makefile index 87a59c64..52181677 100644 --- a/src/telemega-v3.0/Makefile +++ b/src/telemega-v3.0/Makefile @@ -121,7 +121,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemega-v4.0/Makefile b/src/telemega-v4.0/Makefile index 373a4979..16db22d6 100644 --- a/src/telemega-v4.0/Makefile +++ b/src/telemega-v4.0/Makefile @@ -120,7 +120,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemetrum-v2.0/Makefile b/src/telemetrum-v2.0/Makefile index 9b66c518..4f196fdd 100644 --- a/src/telemetrum-v2.0/Makefile +++ b/src/telemetrum-v2.0/Makefile @@ -112,7 +112,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemetrum-v3.0/Makefile b/src/telemetrum-v3.0/Makefile index 68a540c4..320b9fbe 100644 --- a/src/telemetrum-v3.0/Makefile +++ b/src/telemetrum-v3.0/Makefile @@ -112,7 +112,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: diff --git a/src/telemini-v3.0/Makefile b/src/telemini-v3.0/Makefile index 1ed25c18..b294274d 100644 --- a/src/telemini-v3.0/Makefile +++ b/src/telemini-v3.0/Makefile @@ -82,7 +82,7 @@ load: $(PROG) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: