Don't print out full object file paths in the build system when cleaning object files.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 11:41:25 +0000 (11:41 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 11:41:25 +0000 (11:41 +0000)
LUFA/Build/lufa.build.in

index c051042..1cdb75a 100644 (file)
@@ -202,7 +202,7 @@ lss: $(TARGET).lss
        $(CROSS)objdump -h -S -z $< > $@\r
 \r
 clean:\r
-       @echo $(MSG_REMOVE_CMD) Removing object files \"$(OBJECT_FILES)\"\r
+       @echo $(MSG_REMOVE_CMD) Removing object files \"$(notdir $(OBJECT_FILES))\"\r
        rm -f $(OBJECT_FILES)\r
        @echo $(MSG_REMOVE_CMD) Removing output files \"$(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss\"\r
        rm -f $(TARGET).elf $(TARGET).hex $(TARGET).eep $(TARGET).map $(TARGET).lss\r