commit | c4625abc5da15cf44306b0a2f6cb13e5fb4eae66 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Mon Apr 09 12:16:23 2012 -0700 |
committer | Ying Wang <wangying@google.com> | Mon Apr 09 12:16:23 2012 -0700 |
tree | ee6263ce870b87dde0e22b6b1b54c8b5f6209d75 | |
parent | 135c3af45af3d18ebda5aa9f66562191f3da55a1 [diff] |
Fix deps for notice generation. With "foo bar : req", the build command will be run separately for foo and bar. Instead with "foo : bar" and "bar : req", the build command will be run only once to produce both targets. Also running the same build command concurrently may lead to build race condition. Change-Id: I8af2817546a7e2697a553c9320bd10f6bd4f20a2