X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/857641b98e0ad1f7d30ae1fc8fc63f97018ae711..5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e:/LUFA/Build/lufa.core.in diff --git a/LUFA/Build/lufa.core.in b/LUFA/Build/lufa.core.in index bf65dafe5..f44b407ed 100644 --- a/LUFA/Build/lufa.core.in +++ b/LUFA/Build/lufa.core.in @@ -51,6 +51,8 @@ LUFA_BUILD_PROVIDED_MACROS += # # ----------------------------------------------------------------------------- +SHELL = /bin/sh + # Build sorted and filtered lists of the included build module data SORTED_LUFA_BUILD_MODULES = $(sort $(LUFA_BUILD_MODULES)) SORTED_LUFA_BUILD_TARGETS = $(sort $(LUFA_BUILD_TARGETS)) @@ -90,6 +92,7 @@ help: @echo " invoked commands and show only the friendly command output, run " @echo " make with the \"-s\" switch added before the target(s). " @echo "===================================================================" + @echo " " @echo " Currently used build system modules in this application: " @echo " " @printf " %b" "$(PRINTABLE_LUFA_BUILD_MODULES:%= - %\n)"