diff options
author | Primiano Tucci <primiano@google.com> | 2014-03-03 17:49:06 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-03-03 17:49:06 +0000 |
commit | 368faf835b45647bd1961a3a2321daa45ad31568 (patch) | |
tree | db423fddd7a43317d4ad7a6a6f68c87cced5fadb | |
parent | 0d08449c0c09c4a24be13b3ac89f4e34369d3b4c (diff) | |
parent | 6a8069d8d6d85c1b2609dee0db7f36f0503537ea (diff) | |
download | build-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.sh | 1 |
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. |