From 5cefca444f7062c61cc9d118ffea5901e05186fd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Feb 2017 07:42:41 +0200 Subject: Implement parallel operation execution --- build2/install/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install/rule.cxx') 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. -- cgit v1.1