diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-03 09:47:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-03 09:47:05 +0200 |
commit | 82e9227262a41bfa740952659b3b91d2d99e984e (patch) | |
tree | b0ee458f8cb0fb28ac0aae9b1927331a1d80a94c /libbuild2/build/script/builtin.cli | |
parent | d9745e79083e12a2c3eb129a20fc20be3607a4c3 (diff) |
Add depdb-dyndep --drop-cycles option
Diffstat (limited to 'libbuild2/build/script/builtin.cli')
-rw-r--r-- | libbuild2/build/script/builtin.cli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/build/script/builtin.cli b/libbuild2/build/script/builtin.cli index fafb330..938c554 100644 --- a/libbuild2/build/script/builtin.cli +++ b/libbuild2/build/script/builtin.cli @@ -42,6 +42,11 @@ namespace build2 dir_path --cwd; // Builtin's working directory used // to complete relative paths (only // in --byproduct mode). + bool --drop-cycles; // Drop prerequisites that are also + // targets. Only use if you are sure + // such cycles are harmless, that is, + // the output is not affected by such + // prerequisites' content. }; } } |