aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index b237f1f..932aa22 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -583,6 +583,9 @@ namespace build2
// This function can only be called during execution if we have observed
// (synchronization-wise) that this target has been executed.
//
+ // It can also be called during the serial load phase (but make sure you
+ // understand what you are doing).
+ //
target_state
executed_state (action, bool fail = true) const;