From 1d561cd932e95412877f220fec14f1cd067c53b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 6 Sep 2021 18:58:42 +0300 Subject: Document 'require: {bootstrap,host}' package manifest values --- doc/manual.cli | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index a786f98..6a7e6b4 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1232,6 +1232,19 @@ clang[_X.Y] ; For example: clang_6, clang_3.4, clang_3.4.1 msvc[_NU] ; For example: msvc_14, msvc_15u3 \ +The following pre-defined ids are recognized by automated build bots: + +\ +bootstrap +host +\ + +The \c{bootstrap} value should be used to mark build system modules that +require bootstrapping. The \c{host} value should be used to mark packages, +such source code generators, that are normally specified as build-time +dependencies by other packages and therefore should be built in a host +configuration. See the \c{bbot} documentation for details. + \h2#manifest-package-tests-examples-benchmarks|\c{tests, examples, benchmarks}| -- cgit v1.1