projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5b49e
)
Move out BUILD build system module start and end messages to the respective targets...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 23 Jun 2012 15:18:16 +0000
(15:18 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 23 Jun 2012 15:18:16 +0000
(15:18 +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
ca97f7c
..
170c1b2
100644
(file)
--- a/
LUFA/Build/lufa.build.in
+++ b/
LUFA/Build/lufa.build.in
@@
-114,8
+114,6
@@
else
endif
# Output Messages
-MSG_BUILD_BEGIN := Begin compilation of project \"$(TARGET)\"...
-MSG_BUILD_END := Finished building project \"$(TARGET)\".
MSG_COMPILE_CMD := ' [GCC] :'
MSG_ASSEMBLE_CMD := ' [GAS] :'
MSG_NM_CMD := ' [NM] :'
@@
-184,11
+182,11
@@
SIZE_FORMAT_FLAG := $(shell $(CROSS)-size --help | grep -- --format=.*avr > /dev
build_begin:
@echo ""
- @echo
$(MSG_BUILD_BEGIN)
+ @echo
Begin compilation of project \"$(TARGET)\"...
@echo ""
build_end:
- @echo
$(MSG_BUILD_END)
+ @echo
Finished building project \"$(TARGET)\".
@echo ""
gcc_version: