summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit+github@google.com>2022-02-21 18:32:35 (GMT)
committerDavid 'Digit' Turner <digit+github@google.com>2022-03-21 13:44:26 (GMT)
commit988c847ee728de5520d07051843c02a17dd44777 (patch)
tree2576c688b1db657ebaa21a92a02bada0dca81e6f /doc
parent1463b1fc3135358ebb19d29448e99ef62e5f1ee6 (diff)
downloadNinja-988c847ee728de5520d07051843c02a17dd44777.zip
Ninja-988c847ee728de5520d07051843c02a17dd44777.tar.gz
Ninja-988c847ee728de5520d07051843c02a17dd44777.tar.bz2
Make the output of `ninja -t inputs` deterministic
This sorts the output of `ninja -t inputs` to make it deterministic and remove duplicates, and adds a regression test in output_test.py + Ensure all inputs are listed, not only explicit ones. + Document the `inputs` tool in doc/manual.asciidoc.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 00b293c..2062a2a 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -257,8 +257,8 @@ 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.
+`inputs`:: given a list of targets, print a list of all inputs used to
+rebuild those targets.
_Available since Ninja 1.11._
`clean`:: remove built files. By default it removes all built files