summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-31 11:26:00 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-31 12:05:29 +0200
commit786b883ec5190081a1de2a5eb5026c2c7369bc2f (patch)
tree7c89ffbae3d216bb3ea193f84d1c6586419aae12 /etc
parent0709322d32048fe6be2ec2293a7007ddbabb6a38 (diff)
downloadmidipix_build-786b883ec5190081a1de2a5eb5026c2c7369bc2f.tar.bz2
midipix_build-786b883ec5190081a1de2a5eb5026c2c7369bc2f.tar.xz
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/README.md b/etc/README.md
index eff48cbb..62b0379a 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -395,8 +395,9 @@ respectively (see section [4.1](#41-build-steps).) Patch files are searched for
If the default set of package build steps does not suffice, such as if additional commands
must be executed after package configuration or prior to building, or if an entire or all
build step must be replaced, overrides may be specified in the form of functions in the
-package's ``vars/${PKG_NAME}.vars`` ``vars`` file. Consult section [4.1](#41-build-steps)
-for a list of package build steps and how they are overriden.
+package's ``vars/${PKG_NAME}.vars`` as well as ``vars.<group name>/${PKG_NAME}.vars``
+``vars`` file(s). Consult section [4.1](#41-build-steps) for a list of package build steps
+and how they are overriden.
[Back to top](#table-of-contents)
@@ -433,17 +434,17 @@ package build completion corresponds to the pseudo-build step ``finish``.
| Name | Description |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| fetch_clean | Delete and create ``${PKG_SUBDIR}'' |
+| fetch_clean | Delete and create ``${PKG_SUBDIR}`` |
| fetch_download | Download package archive & verify w/ SHA-256 message digest and/or clone Git repository/ies |
| fetch_extract | Extract package archive, if any |
-| configure_clean | Delete and create ``${PKG_BUILD_DIR}'' |
+| configure_clean | Delete and create ``${PKG_BUILD_DIR}`` |
| configure_patch_pre | Apply ``chainport`` patches and/or patches beneath ``patches/`` prior to (GNU autotools or similar) configuration |
| configure_autotools | Bootstrap (GNU autools or similar) environment, and install ``config.sub`` and ``config.cache`` |
| configure_patch | Apply patches beneath ``patches/`` and/or set in ``${PKG_PATCHES_EXTRA}`` after (GNU autotools or similar) configuration |
| configure | Perform package (GNU autools or similar or CMake) configuration w/ configuration-time set of environment variables |
-| build_clean | Clean ``${PKG_BUILD_DIR}'' w/ ``make clean'' invocation |
+| build_clean | Clean ``${PKG_BUILD_DIR}`` w/ ``make clean`` invocation |
| build | Call ``make(1)`` w/ build-time set of make variables |
-| install_clean | Delete and create ``${PKG_DESTDIR}'' |
+| install_clean | Delete and create ``${PKG_DESTDIR}`` |
| install_subdirs | Create default directory hierarchy in ``${PKG_DESTDIR}``, optionally amended w/ ``${PKG_INSTALL_FILES_DESTDIR_EXTRA}`` |
| install_make | Call ``make(1)`` w/ ``${PKG_INSTALL_TARGET}`` (defaults to ``install``) and installation-time set of make variables |
| install_files | Install ``${PKG_INSTALL_FILES}`` and/or ``${PKG_INSTALL_FILES_V2}``, fix directory and file mode bits within ``${PKG_DESTDIR}`` and optionally ``${PKG_DESTDIR_HOST}``, ``pkgconf(1)`` package files, and/or stripped binaries within ``${PKG_DESTDIR}`` |