diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-02-26 15:11:13 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-02-26 15:11:13 +0100 |
commit | a88b4976c0ee90f5b3a29e9dda5af84b3f98576f (patch) | |
tree | c5b1ef7eded4f81052a0763787c465d60b25b08c /etc | |
parent | 4a117a51c85f7700ae099ab16c44027bf71dc858 (diff) | |
download | midipix_build-a88b4976c0ee90f5b3a29e9dda5af84b3f98576f.tar.bz2 midipix_build-a88b4976c0ee90f5b3a29e9dda5af84b3f98576f.tar.xz |
etc/README.md: correctly document BUILD_STEPS_DISABLE.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/README.md b/etc/README.md index 2dd530d0..cf2d21c1 100644 --- a/etc/README.md +++ b/etc/README.md @@ -720,7 +720,7 @@ VERSION`` and/or ``URLS_GIT``, respectively. | AUTOCONF_CONFIG_GUESS | String | Either of ``copy`` (copy ``config.guess`` from ``etc/config.guess``) or ``keep``; defaults to ``copy`` | | BASE_DIR | DirName(Abs) | Package build root directory beneath ``${BUILD_WORKDIR}`` | | BUILD_DIR | DirName(Unit) | Package build directory beneath ``${PKG_BASE_DIR}`` | -| BUILD_STAGES_DISABLE | List( ) | Build stages to disable during package build | +| BUILD_STEPS_DISABLE | List( ) | Build steps to disable during package build | | BUILD_TYPE | Set(String) | ``cross``: Cross-compiled toolchain, ``host``: host, ``native``: cross-compiled package | | CC | FileName | Toolchain C compiler ``cc(1)`` | | CCLD | FileName | Toolchain C compiler-qua-linker ``cc(1)`` | |