aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-02 22:14:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-02 22:14:24 +0000
commitfc0ff2f97657a893db336dded648c8bd60582bc1 (patch)
tree82b2ba26722dba62c525bfe6486ca821104b9c4e /LUFA
parent71978930065b6129a46c8e7690c828b63245d2f1 (diff)
downloadlufa-fc0ff2f97657a893db336dded648c8bd60582bc1.tar.gz
lufa-fc0ff2f97657a893db336dded648c8bd60582bc1.tar.bz2
lufa-fc0ff2f97657a893db336dded648c8bd60582bc1.zip
Update CORE build module to print out additional help information.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Build/lufa.core.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/LUFA/Build/lufa.core.in b/LUFA/Build/lufa.core.in
index f53bd3ec3..4ce92219c 100644
--- 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 "
@echo " in your project makefile. Parameters marked as optional will "
@echo " assume a default value in the module if not user-assigned. "
+ @echo " "
+ @echo " By default the target output shows both a friendly summary, as "
+ @echo " well as the actual invoked command. To suppress the output of the "
+ @echo " invoked commands and show only the friendly command output, run "
+ @echo " make with the \"-s\" switch added before the target(s). "
@echo "==================================================================="
@echo " Currently used modules in this application: "
@echo " "
- @printf " %b" "$(SORTED_LUFA_BUILD_MODULES:%= - %\n)"
+ @printf " %b" "$(SORTED_LUFA_BUILD_MODULES:%= - %\n)"
@echo " "
@echo " "
@echo " Currently available build targets in this application: "
@echo " "
- @printf " %b" "$(SORTED_LUFA_BUILD_TARGETS:%= - %\n)"
+ @printf " %b" "$(SORTED_LUFA_BUILD_TARGETS:%= - %\n)"
@echo " "
@echo " "
@echo " Mandatory variables required by the selected build Modules: "
@echo " "
- @printf " %b" "$(SORTED_LUFA_MANDATORY_VARS:%= - %\n)"
+ @printf " %b" "$(SORTED_LUFA_MANDATORY_VARS:%= - %\n)"
@echo " "
@echo " "
@echo " Optional variables required by the selected build Modules: "
@echo " "
- @printf " %b" "$(SORTED_LUFA_OPTIONAL_VARS:%= - %\n)"
+ @printf " %b" "$(SORTED_LUFA_OPTIONAL_VARS:%= - %\n)"
@echo " "
@echo "==================================================================="
@echo " The LUFA BuildSystem 2.0 - Powered By Unicorns (tm) "