diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-02 15:07:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-02 15:07:02 +0200 |
commit | cdea2ac33d1d92545ba9cb02074873946969e793 (patch) | |
tree | aceef3fc5375402ee0ffba1ca70e9ae63b6c7cc7 /doc | |
parent | 9f198ce5192eb4b2026e85666513d1c3fe9add08 (diff) |
Reviewhidden-config-class
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 3a956b7..c584b2c 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -2181,15 +2181,15 @@ names reflecting some common configuration aspects, such as the operating system, compiler, build options, etc. Predefined class names are \c{default}, \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. +\c{all}, \c{hidden}, or some special-purpose configuration class. The latter +is intended for testing some optional functionality which packages are not +expected to provide normally (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{<tgt-config-arg>} and |