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:
7197893
)
Update CORE build module to print out additional help information.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 22:14:24 +0000
(22:14 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 22:14:24 +0000
(22:14 +0000)
LUFA/Build/lufa.core.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.core.in
b/LUFA/Build/lufa.core.in
index
f53bd3e
..
4ce9221
100644
(file)
--- a/
LUFA/Build/lufa.core.in
+++ b/
LUFA/Build/lufa.core.in
@@
-60,25
+60,30
@@
help:
@echo " module as a required parameter before including the build module "
\r
@echo " in your project makefile. Parameters marked as optional will "
\r
@echo " assume a default value in the module if not user-assigned. "
\r
@echo " module as a required parameter before including the build module "
\r
@echo " in your project makefile. Parameters marked as optional will "
\r
@echo " assume a default value in the module if not user-assigned. "
\r
+ @echo " "
\r
+ @echo " By default the target output shows both a friendly summary, as "
\r
+ @echo " well as the actual invoked command. To suppress the output of the "
\r
+ @echo " invoked commands and show only the friendly command output, run "
\r
+ @echo " make with the \"-s\" switch added before the target(s). "
\r
@echo "==================================================================="
\r
@echo " Currently used modules in this application: "
\r
@echo " "
\r
@echo "==================================================================="
\r
@echo " Currently used modules in this application: "
\r
@echo " "
\r
- @printf " %b" "$(SORTED_LUFA_BUILD_MODULES:%= - %\n)"
\r
+ @printf " %b" "$(SORTED_LUFA_BUILD_MODULES:%=
- %\n)"
\r
@echo " "
\r
@echo " "
\r
@echo " Currently available build targets in this application: "
\r
@echo " "
\r
@echo " "
\r
@echo " "
\r
@echo " Currently available build targets in this application: "
\r
@echo " "
\r
- @printf " %b" "$(SORTED_LUFA_BUILD_TARGETS:%= - %\n)"
\r
+ @printf " %b" "$(SORTED_LUFA_BUILD_TARGETS:%=
- %\n)"
\r
@echo " "
\r
@echo " "
\r
@echo " Mandatory variables required by the selected build Modules: "
\r
@echo " "
\r
@echo " "
\r
@echo " "
\r
@echo " Mandatory variables required by the selected build Modules: "
\r
@echo " "
\r
- @printf " %b" "$(SORTED_LUFA_MANDATORY_VARS:%= - %\n)"
\r
+ @printf " %b" "$(SORTED_LUFA_MANDATORY_VARS:%=
- %\n)"
\r
@echo " "
\r
@echo " "
\r
@echo " Optional variables required by the selected build Modules: "
\r
@echo " "
\r
@echo " "
\r
@echo " "
\r
@echo " Optional variables required by the selected build Modules: "
\r
@echo " "
\r
- @printf " %b" "$(SORTED_LUFA_OPTIONAL_VARS:%= - %\n)"
\r
+ @printf " %b" "$(SORTED_LUFA_OPTIONAL_VARS:%=
- %\n)"
\r
@echo " "
\r
@echo "==================================================================="
\r
@echo " The LUFA BuildSystem 2.0 - Powered By Unicorns (tm) "
\r
@echo " "
\r
@echo "==================================================================="
\r
@echo " The LUFA BuildSystem 2.0 - Powered By Unicorns (tm) "
\r