aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-02 11:41:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-02 11:41:25 +0000
commit276eb35d68f6fc9b3c252c17327c8d18ff7017e3 (patch)
tree936b4561b9dd3618c9f3f22c2ba5d4af3a952856 /LUFA/Build
parent79ee9e755f1ca58d9b8c30d676ca117b5ae3d9f4 (diff)
downloadlufa-276eb35d68f6fc9b3c252c17327c8d18ff7017e3.tar.gz
lufa-276eb35d68f6fc9b3c252c17327c8d18ff7017e3.tar.bz2
lufa-276eb35d68f6fc9b3c252c17327c8d18ff7017e3.zip
Don't print out full object file paths in the build system when cleaning object files.
Diffstat (limited to 'LUFA/Build')
-rw-r--r--LUFA/Build/lufa.build.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in
index c05104280..1cdb75a6d 100644
--- a/LUFA/Build/lufa.build.in
+++ b/LUFA/Build/lufa.build.in
@@ -202,7 +202,7 @@ lss: $(TARGET).lss
$(CROSS)objdump -h -S -z $< > $@
clean:
- @echo $(MSG_REMOVE_CMD) Removing object files \"$(OBJECT_FILES)\"
+ @echo $(MSG_REMOVE_CMD) Removing object files \"$(notdir $(OBJECT_FILES))\"
rm -f $(OBJECT_FILES)
@echo $(MSG_REMOVE_CMD) Removing output files \"$(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss\"
rm -f $(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss