Loading core/main.mk +1 −1 Original line number Original line Diff line number Diff line Loading @@ -753,7 +753,7 @@ clobber: modules: modules: @echo "Available sub-modules:" @echo "Available sub-modules:" @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \ @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \ sed -e 's/ */\n/g' | sort -u | $(COLUMN) tr -s ' ' '\n' | sort -u | $(COLUMN) .PHONY: showcommands .PHONY: showcommands showcommands: showcommands: Loading Loading
core/main.mk +1 −1 Original line number Original line Diff line number Diff line Loading @@ -753,7 +753,7 @@ clobber: modules: modules: @echo "Available sub-modules:" @echo "Available sub-modules:" @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \ @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \ sed -e 's/ */\n/g' | sort -u | $(COLUMN) tr -s ' ' '\n' | sort -u | $(COLUMN) .PHONY: showcommands .PHONY: showcommands showcommands: showcommands: Loading