From 9920e41e1372229c52f74151af5f1570f32a489c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Apr 2022 09:33:13 +0200 Subject: Cache "recipe is group_action" information, clear recipes after execution --- libbuild2/target.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/target.hxx') 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()). -- cgit v1.1