commit | 534fcd766ecec602d9437d155066fc5253f1185a | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Fri Mar 01 16:45:35 2013 -0800 |
committer | Ying Wang <wangying@google.com> | Fri Mar 01 16:51:26 2013 -0800 |
tree | 020157dfc371548a02bb637d1228dd7d4a01dcf0 | |
parent | 3e3a3a2b794531c517064cc115f8f5e00da07b4a [diff] |
Allow to call dist-for-goals multiple times for the same file You can dist the same file for multiple goals in multiple calls to dist-for-goals. The first call will establish the real copy rule, while the rest call just establishes the goals' dependency on the dest file. This enable uss to remove the bizarre $(if ..) enclosing the droid and sdk dist while avoiding make's multiple rules warning. Change-Id: I76475db76a9e6167e0e606dd582b54e80dfcdd22