aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-08 07:42:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit5cefca444f7062c61cc9d118ffea5901e05186fd (patch)
tree879d608f9a9084c7eaa4e5cb8bcad5650d966730 /build2/install/rule.cxx
parentdb2a696f810e41189bcdf5524696ff3d0cfbe5a9 (diff)
Implement parallel operation execution
Diffstat (limited to 'build2/install/rule.cxx')
-rw-r--r--build2/install/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index 3a5bd3d..45e4710 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -181,7 +181,7 @@ namespace build2
// will help a lot in case of any static installable content
// (headers, documentation, etc).
//
- if (pt->state () != target_state::unchanged)
+ if (pt->synchronized_state () != target_state::unchanged) //@@ MT?
t.prerequisite_targets.push_back (pt);
else
unmatch (a, *pt); // No intent to execute.