From f7e9830c0c413f05737002dcc8d06e73cb379980 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Jul 2015 10:45:14 +0200 Subject: Group state support --- build/target.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/target.cxx') diff --git a/build/target.cxx b/build/target.cxx index 7958a85..f692a5e 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -32,7 +32,7 @@ namespace build // target_state // static const char* target_state_[] = { - "unknown", "postponed", "unchanged", "changed", "failed"}; + "group", "unknown", "postponed", "unchanged", "changed", "failed"}; ostream& operator<< (ostream& os, target_state ts) @@ -45,6 +45,7 @@ namespace build const recipe empty_recipe; const recipe noop_recipe (&noop_action); const recipe default_recipe (&default_action); + const recipe group_recipe (&group_action); // target // -- cgit v1.1