@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
- @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
- @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
- @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
- @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