diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-09-29 13:26:45 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2015-09-29 13:26:45 +0900 |
| commit | 9c5e60c3efd3198ad803c83cc6d6e2391d38edd6 (patch) | |
| tree | ffb69c91362a7e86d1b592df2ea497a603846845 /ninja.h | |
| parent | f9869fcb895d9840c779e007a8d618cadf1ca4a6 (diff) | |
[C++] Always emit default statement in ninja
Otherwise, build.ninja generated with --gen_all_(phony_|)targets
runs unnecessary build targets if no target is specified.
Diffstat (limited to 'ninja.h')
| -rw-r--r-- | ninja.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -29,7 +29,6 @@ class Evaluator; void GenerateNinja(const vector<DepNode*>& nodes, Evaluator* ev, - bool build_all_targets, const string& orig_args, double start_time); |
