From f745d8ba2b7d6fd6a725af5c58cd5f057fca8191 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Oct 2021 16:02:38 +0200 Subject: Allow forcing installation of exe{} prerequisites of file targets This can be achieved with prerequisite-specific install=true, for example: exe{foo}: exe{bar}: install = true # foo runs bar --- libbuild2/context.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/context.hxx') diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index 7ac4af4..c4d85c9 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -460,7 +460,7 @@ namespace build2 // test) with a more natural-looking result. Note that currently we only // recognize the built-in clean variable (for other variables we will need // some kind of registration in an operation-to-variable map, probably in - // root scope). + // root scope). See also install::file_rule::filter(). // // To query this value in rule implementations use the include() helpers // from . -- cgit v1.1