From 968d8a7acd6c23078a3ea6936c03be0b45523227 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Feb 2018 15:48:50 +0200 Subject: Add support for update-for-{test,install} operation aliases --- build2/install/operation.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/install/operation.hxx') diff --git a/build2/install/operation.hxx b/build2/install/operation.hxx index 0d96faf..1f3db58 100644 --- a/build2/install/operation.hxx +++ b/build2/install/operation.hxx @@ -16,6 +16,7 @@ namespace build2 { extern const operation_info op_install; extern const operation_info op_uninstall; + extern const operation_info op_update_for_install; } } -- cgit v1.1