aboutsummaryrefslogtreecommitdiff
path: root/build/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build/operation')
-rw-r--r--build/operation2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/operation b/build/operation
index 55f901d..ad7b911 100644
--- a/build/operation
+++ b/build/operation
@@ -112,9 +112,11 @@ namespace build
const operation_id default_id = 1;
const operation_id update_id = 2;
const operation_id clean_id = 3;
+ const operation_id install_id = 4;
const action_id perform_update_id = (perform_id << 4) | update_id;
const action_id perform_clean_id = (perform_id << 4) | clean_id;
+ const action_id perform_install_id = (perform_id << 4) | install_id;
// Recipe execution mode.
//