From 9f198ce5192eb4b2026e85666513d1c3fe9add08 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 27 Sep 2023 19:34:37 +0300 Subject: Introduce explicit hidden target configuration class in manual --- doc/manual.cli | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index 3a00e2d..3a956b7 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -2179,14 +2179,17 @@ to detect warnings in the logs. The build target configurations can belong to multiple classes with their names reflecting some common configuration aspects, such as the operating system, compiler, build options, etc. Predefined class names are \c{default}, -\c{all}, \c{none}, \c{host}, and \c{build2}. The default target configurations -are built by default. A configuration must also belong to the \c{all} unless -it is hidden. A configuration that is self-hosted must also belong to the -\c{host} class and, if it is also self-hosted for build system modules, to the -\c{build2} class. Valid custom class names must contain only alpha-numeric -characters, \c{_}, \c{+}, \c{-}, and \c{.}, except as the first character for -the last three. Class names that start with \c{_} are reserved for the future -hidden/special class functionality. +\c{all}, \c{hidden}, \c{none}, \c{host}, and \c{build2}. The default target +configurations are built by default. A configuration must also belong to the +\c{all}, \c{hidden}, or some custom-purpose configuration class, intended for +testing of some optional functionality which a package does not provide by +default (for example, relocatable installation). A configuration that is +self-hosted must also belong to the \c{host} class and, if it is also +self-hosted for build system modules, to the \c{build2} class. Valid custom +class names must contain only alpha-numeric characters, \c{_}, \c{+}, \c{-}, +and \c{.}, except as the first character for the last three. Class names that +start with \c{_} are reserved for the future hidden/special class +functionality. Regular expressions must start with \c{~}, to be distinguished from target configuration options and variables. Note that the \c{} and -- cgit v1.1