diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-15 06:50:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-05-27 08:35:29 +0200 |
commit | cf1670f9a6541e42f22d58e2de5940e64cb6637e (patch) | |
tree | efb80b4b34d447b2f36658c7f1a6a70d47547f5b /libbuild2/dist | |
parent | 3861606766939fffd3bf110420e377bf194e02b7 (diff) |
Implement ad hoc recipe sharing and locking
Diffstat (limited to 'libbuild2/dist')
-rw-r--r-- | libbuild2/dist/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index 34dc747..8dd8a6e 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -319,7 +319,7 @@ namespace build2 ctx.current_operation (op_update, nullptr, false /* diag_noise */); - action a (perform_id, update_id); + action a (perform_update_id); mo_perform.match (params, a, files, 1 /* diag (failures only) */, |