diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2022-02-02 18:49:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 18:49:17 (GMT) |
commit | f404f0059d71c8c86da7b56c48794266b5befd10 (patch) | |
tree | 701f9f03cdbc0603795a1022c055ab14a2b37419 /doc/manual.asciidoc | |
parent | 6ed7d54d2ef30a3f55db0e274cf3c4f4dd36fd8d (diff) | |
parent | 4a13d59820bf215232c12a34c1e0bef9e31fb04d (diff) | |
download | Ninja-f404f0059d71c8c86da7b56c48794266b5befd10.zip Ninja-f404f0059d71c8c86da7b56c48794266b5befd10.tar.gz Ninja-f404f0059d71c8c86da7b56c48794266b5befd10.tar.bz2 |
Merge pull request #1730 from naarcini/master
Add 'inputs' tool to print out all inputs for a set of targets
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r-- | doc/manual.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 2066340..9e2bec5 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -257,6 +257,10 @@ than the _depth_ mode. executed in order, may be used to rebuild those targets, assuming that all output files are out of date. +`inputs`:: given a list of targets, print a list of all inputs which are used +to rebuild those targets. +_Available since Ninja 1.11._ + `clean`:: remove built files. By default it removes all built files except for those created by the generator. Adding the `-g` flag also removes built files created by the generator (see <<ref_rule,the rule |