ninja-build / ninja

a small build system with a focus on speed

Home Page:https://ninja-build.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request `--quiet` to suppress "no work to do"

mattgodbolt opened this issue · comments

I have a number of tools that have a "make sure the build is up to date" first, by calling ninja appropriately. This leads oftentimes to "ninja: no work to do. at the top of every invocation, even with --quiet. It would be lovely if ninja's quiet mode printed nothing if there was nothing to do.