aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-25 17:31:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-25 17:31:59 +0300
commit997fef310ebf496205e101be0d95db5d0452e5ac (patch)
tree2b3aa4eb9eb142f285ba8ad99011fcb278667ae8 /bbot/machine-manifest.hxx
parentb476cc01c98885bb40c6b118dfda57dea08d5a4b (diff)
Don't parse nor serialize toolchain and bootstrap manifests in bootstrapped machine manifest for auxiliary machine
Diffstat (limited to 'bbot/machine-manifest.hxx')
-rw-r--r--bbot/machine-manifest.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx
index 5cc45f0..d500957 100644
--- a/bbot/machine-manifest.hxx
+++ b/bbot/machine-manifest.hxx
@@ -97,7 +97,8 @@ namespace bbot
};
// The manifest stored in <name>-<toolchain>/ consists of the machine
- // manifest (original), toolchain manifest, and bootstrap manifest.
+ // manifest (original) and, if this a build machine, toolchain manifest and
+ // bootstrap manifest.
//
class bootstrapped_machine_manifest
{