aboutsummaryrefslogtreecommitdiff
path: root/build2/operation.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-06 10:44:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit03c02a746ceef003366d3fb928499c327e8da69a (patch)
treef2aad3a30b75835dcc26e6952724491d724b02c8 /build2/operation.cxx
parent74d54ca37f8e16abb93b35617b6121ae19cc8028 (diff)
Introduce target::task_count
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r--build2/operation.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx
index 5815834..19f1ff7 100644
--- a/build2/operation.cxx
+++ b/build2/operation.cxx
@@ -173,6 +173,8 @@ namespace build2
// Re-examine postponed targets. This is the only reliable way to
// find out whether the target has changed.
//
+ // Note: must be serial.
+ //
for (target& t: psp)
{
switch (execute (a, t))