aboutsummaryrefslogtreecommitdiff
path: root/build2/target
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target')
-rw-r--r--build2/target4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/target b/build2/target
index c196060..e7e15ab 100644
--- a/build2/target
+++ b/build2/target
@@ -500,8 +500,10 @@ namespace build2
bool
group_state () const;
+ // Raw state, normally not accessed directly.
+ //
public:
- target_state state_; // Raw state, normally not accessed directly.
+ target_state state_ = target_state::unknown;
// Recipe.
//