commit | 7f30c076d5fce0dd969537809d8d91797fc9c197 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jan 02 12:50:49 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jan 02 12:50:49 2019 -0800 |
tree | b4bd858a3f4332953cc5028929394224f9ce6f58 | |
parent | 186c771cb4d0ba556ab0051c6d44e502926f614e [diff] [blame] |
Print a status message when starting ninja This way we don't appear hung at: No need to regenerate ninja file Change-Id: I8dbdaa2c1b1c5a6a73187d0e6061f363b62e10c9 Fixes: 122251150 Test: m nothing
diff --git a/ui/build/ninja.go b/ui/build/ninja.go index c8f19d1..ab15e86 100644 --- a/ui/build/ninja.go +++ b/ui/build/ninja.go
@@ -97,6 +97,7 @@ } }() + ctx.Status.Status("Starting ninja...") cmd.RunAndPrintOrFatal() }