summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-01-01 13:42:00 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2024-01-01 13:42:00 +0100
commitfe0f0ac692df02b6243ea5c9f42052630fa22c73 (patch)
treedd6120e15caea61deadb02654018ff44b14fa709 /etc
parent343f39d8799670aaa4cca72e7395bb1044a67620 (diff)
downloadmidipix_build-fe0f0ac692df02b6243ea5c9f42052630fa22c73.tar.bz2
midipix_build-fe0f0ac692df02b6243ea5c9f42052630fa22c73.tar.xz
New year's top-level directory tree cleanup.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/README.md b/etc/README.md
index 40ce884f..90ec4bd3 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -459,7 +459,7 @@ package build completion corresponds to the pseudo-build step ``finish``.
[//]: # "{{{ 4.2. Build variables"
## 4.2. Build variables
-The following variables are primarily defined in ``env.d/*.env`` and may be
+The following variables are primarily defined in ``vars.env.d/*.env`` and may be
overriden on a per-build basis on the command-line, the environment, and/or
``${HOME}/midipix_build.vars``, ``${HOME}/.midipix_build.vars``, and/or
``../midipix_build.vars``, e.g.:
@@ -660,21 +660,21 @@ usage: rtl_install [-i] [-I ifs] [-n] [-p name=val] [-v] prefix spec_list
### 4.4. Package variables
The following variables are package-specific and receive their value from either
-top-level defaults defined in ``env.d/*.env``, build group-specific defaults from the
+top-level defaults defined in ``vars.env.d/*.env``, build group-specific defaults from the
build group the package pertains to and defined in its corresponding file beneath
``groups.d/``, or package-specific overrides defined either in the latter and/or in its
corresponding file beneath ``vars/``, with one of the following prefixes:
-| Variable name prefix |
-| ----------------------------------------------------- |
-| DEFAULT |
-| DEFAULT_``${BUILD_TYPE}`` |
-| DEFAULT_``${GROUP_NAME}`` |
-| ``${GROUP_NAME}`` |
-| [PKG_``${RELATED_PACKAGE(S)}``] |
-| [PKG_``${RELATED_PACKAGE(S)}``_``${BUILD_KIND}``] |
-| PKG_``${NAME}`` |
-| PKG_``${NAME}``_``${BUILD_KIND}`` |
+| Variable name prefix |
+| ------------------------------------------------- |
+| DEFAULT |
+| DEFAULT_``${BUILD_TYPE}`` |
+| DEFAULT_``${GROUP_NAME}`` |
+| ``${GROUP_NAME}`` |
+| [PKG_``${RELATED_PACKAGE(S)}``] |
+| [PKG_``${RELATED_PACKAGE(S)}``_``${BUILD_KIND}``] |
+| PKG_``${NAME}`` |
+| PKG_``${NAME}``_``${BUILD_KIND}`` |
Additionally, overrides may be specified on a per-build basis on the command-
line, with each variable prefixed w/ ``PKG_``, e.g.: