diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-22 10:27:09 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-12-22 14:00:39 +0100 |
commit | 4baaf93a0387f30cef93a39b5a6841218c42c308 (patch) | |
tree | 914cbd60cffdd82ecc9461ff31d81cebe9cf8a2d /share | |
parent | 1c953b099d37363452f7ecce5bdec1097c66b920 (diff) | |
download | justbuild-4baaf93a0387f30cef93a39b5a6841218c42c308.tar.gz |
Add option --dump-export-targets
... dumping only the configured targets that are export targets.
Those targets are of particular interest as those are the targets,
as they are the high-level caching points and also often serve
as interface between projects.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index 3c4cabe8..6ca71764 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -476,6 +476,11 @@ well-defined graph file. See *just-graph-file(5)* for more details. } #+END_SRC + *--dump-export-targets* PATH\\ + Dump all transitive targets to file for the given target that are + export targets. ~-~ is treated as stdout. The output format is + the same as for *--dump-targets*. + *--dump-targets-graph* PATH\\ Dump the graph of configured targets to a file (even if it is called ~-~). In this graph, only non-source targets are |