am 95f862bc: merge from open-source master

Merge commit '95f862bcb0418fd931c574157a5c90312ea2fb77' into kraken

* commit '95f862bcb0418fd931c574157a5c90312ea2fb77':
  Fix "make modules" script bug under Mac OS X.
This commit is contained in:
The Android Open Source Project 2010-05-14 14:37:17 -07:00 committed by Android Git Automerger
commit 216d8448a0

View file

@ -753,7 +753,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: