Merge "Fix "make modules" script bug under Mac OS X."
This commit is contained in:
@@ -737,7 +737,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:
|
||||||
|
Reference in New Issue
Block a user