diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-29 09:19:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-29 09:19:58 +0200 |
commit | aa4d8cc70b0c98a04e7d0e2b81617c6c202d2318 (patch) | |
tree | d04f0e996813ab7ecb56e756ab2c15131a728f7d | |
parent | d2c6ab2c77690203674ee3a7ec21eec836e9ab87 (diff) |
Specify potential future extensions to install manifest format
-rw-r--r-- | libbuild2/install/init.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/install/init.cxx b/libbuild2/install/init.cxx index 7962171..f0402ca 100644 --- a/libbuild2/install/init.cxx +++ b/libbuild2/install/init.cxx @@ -531,6 +531,9 @@ namespace build2 // vector<filesystem_entry*> entries; // }; // + // New entry types may be added later. Additional entry members may be + // added later to existing entries after the existing members. + // // If installation is relocatable (see config.install.relocatable) and // the installation manifest file path is inside config.install.root // (including chroot), then absolute filesystem_entry::path's are |