Merge "Fix "make modules" script bug under Mac OS X."

This commit is contained in:
Jean-Baptiste Queru
2010-05-14 14:10:50 -07:00
committed by Android Code Review

View File

@@ -737,7 +737,7 @@ clobber:
modules:
@echo "Available sub-modules:"
@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
showcommands: