summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrimiano Tucci <primiano@google.com>2014-03-03 17:49:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-03 17:49:06 +0000
commit368faf835b45647bd1961a3a2321daa45ad31568 (patch)
treedb423fddd7a43317d4ad7a6a6f68c87cced5fadb
parent0d08449c0c09c4a24be13b3ac89f4e34369d3b4c (diff)
parent6a8069d8d6d85c1b2609dee0db7f36f0503537ea (diff)
downloadbuild-368faf835b45647bd1961a3a2321daa45ad31568.zip
build-368faf835b45647bd1961a3a2321daa45ad31568.tar.gz
build-368faf835b45647bd1961a3a2321daa45ad31568.tar.bz2
Merge "Add usage comment to explain how to limit modules in mmm."
-rw-r--r--envsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index f8a13a1..bda1c45 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -7,6 +7,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
- m: Makes from the top of the tree.
- mm: Builds all of the modules in the current directory, but not their dependencies.
- mmm: Builds all of the modules in the supplied directories, but not their dependencies.
+ To limit the modules being built use the syntax: mmm dir/:target1,target2.
- mma: Builds all of the modules in the current directory, and their dependencies.
- mmma: Builds all of the modules in the supplied directories, and their dependencies.
- cgrep: Greps on all local C/C++ files.