projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ee9e7
)
Don't print out full object file paths in the build system when cleaning object files.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 11:41:25 +0000
(11:41 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 11:41:25 +0000
(11:41 +0000)
LUFA/Build/lufa.build.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.build.in
b/LUFA/Build/lufa.build.in
index
c051042
..
1cdb75a
100644
(file)
--- a/
LUFA/Build/lufa.build.in
+++ b/
LUFA/Build/lufa.build.in
@@
-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