diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-16 10:30:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-16 10:30:35 +0200 |
commit | d91e48ea57b83f7018a25d3f54bba96cf889d66d (patch) | |
tree | aa6376de69751ae0488febc8fb4faed041699687 /libbuild2/install | |
parent | 50bf3956c88ee6341d0023a421d502d604e3da4f (diff) |
Add ability to initialize bootstrapped modules after loading root.build
Diffstat (limited to 'libbuild2/install')
-rw-r--r-- | libbuild2/install/init.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/install/init.cxx b/libbuild2/install/init.cxx index e8ca982..769b106 100644 --- a/libbuild2/install/init.cxx +++ b/libbuild2/install/init.cxx @@ -227,7 +227,7 @@ namespace build2 void functions (function_map&); // functions.cxx - bool + void boot (scope& rs, const location&, module_boot_extra&) { tracer trace ("install::boot"); @@ -246,8 +246,6 @@ namespace build2 rs.insert_operation (install_id, op_install); rs.insert_operation (uninstall_id, op_uninstall); rs.insert_operation (update_for_install_id, op_update_for_install); - - return false; } static const path cmd ("install"); |