diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-18 09:33:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-19 04:12:34 +0200 |
commit | 9920e41e1372229c52f74151af5f1570f32a489c (patch) | |
tree | 318f1524a46b753530c2dfa27680a12c9e12920a /libbuild2/target.hxx | |
parent | 912ac87012ffc2fd0c6fb21823a0244c787ce5ba (diff) |
Cache "recipe is group_action" information, clear recipes after execution
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index 696d5d0..f652347 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -626,6 +626,7 @@ namespace build2 // Applied recipe. // build2::recipe recipe; + bool recipe_group_action; // Recipe is group_action. // Target state for this operation. Note that it is undetermined until // a rule is matched and recipe applied (see set_recipe()). |