From 47bf5cd6a167730ee06a1c7cffeae6540f67dde0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Aug 2015 15:48:34 +0200 Subject: Rework meta/operation registration We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. --- build/install/operation.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build/install/operation.cxx') diff --git a/build/install/operation.cxx b/build/install/operation.cxx index 1ba001f..1246671 100644 --- a/build/install/operation.cxx +++ b/build/install/operation.cxx @@ -4,8 +4,6 @@ #include -#include - using namespace std; using namespace butl; @@ -18,7 +16,7 @@ namespace build { // Run update as a pre-operation, unless we are disfiguring. // - return mo != config::disfigure_id ? update_id : 0; + return mo != disfigure_id ? update_id : 0; } operation_info install { -- cgit v1.1