From 997fef310ebf496205e101be0d95db5d0452e5ac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Mar 2024 17:31:59 +0300 Subject: Don't parse nor serialize toolchain and bootstrap manifests in bootstrapped machine manifest for auxiliary machine --- bbot/machine-manifest.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bbot/machine-manifest.hxx') 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 -/ 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 { -- cgit v1.1