commit | cfc095251e3d3cb9fb2bfb51f57d6aea3dfe9983 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 11 22:36:12 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 11 22:36:12 2019 +0000 |
tree | 1e2b0de5ad0c1b0110623e44550afb2fe7265770 | |
parent | 99363f2567b551bc6d59840a15218968237e7956 [diff] | |
parent | e44c4122200202a559a23740e382430920aec1da [diff] |
Merge "Revert "Switch to toybox patch(1).""
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index e5d6da1..835f820 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go
@@ -54,7 +54,9 @@ args = append(args, "-f", config.CombinedNinjaFile()) - args = append(args, "-w", "dupbuild=err") + args = append(args, + "-w", "dupbuild=err", + "-w", "missingdepfile=err") cmd := Command(ctx, config, "ninja", executable, args...) if config.HasKatiSuffix() {