From 41c1f41245db26acb1bb8c624bae47140bcc56aa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Oct 2024 12:39:42 +0200 Subject: Don't match group-based targets with fallback rule during configure (GH #364) Membership of such targets can only be accurately determined by the ad hoc recipe. --- libbuild2/build/script/builtin.cli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libbuild2/build/script') diff --git a/libbuild2/build/script/builtin.cli b/libbuild2/build/script/builtin.cli index 5aea034..9639477 100644 --- a/libbuild2/build/script/builtin.cli +++ b/libbuild2/build/script/builtin.cli @@ -103,9 +103,10 @@ namespace build2 // Dynamic target extraction options. // // This functionality is enabled with the --dyn-target option. Only - // the make format is supported, where the listed targets are added as - // ad hoc group members (unless already specified as static members). - // This functionality is not available in the byproduct mode. + // the `make` and `lines` formats are supported (see above), where the + // listed targets are added as ad hoc group members (unless already + // specified as static members). This functionality is not available + // in the byproduct mode. // string --target-what; // Target kind, e.g., "source". -- cgit v1.1