From 9fa5209175dffb881e8ec6c5f6ad4fc54448244a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Aug 2015 14:48:41 +0200 Subject: Rework postponed logic Specifically, now postponed is only used by the execution mode logic and rules should not return it directly. --- build/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/target.cxx') diff --git a/build/target.cxx b/build/target.cxx index cf8747f..033a7f9 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -32,7 +32,7 @@ namespace build // target_state // static const char* target_state_[] = { - "unknown", "unchanged", "changed", "postponed", "failed", "group"}; + "unknown", "unchanged", "postponed", "changed", "failed", "group"}; ostream& operator<< (ostream& os, target_state ts) -- cgit v1.1