summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-29 14:30:07 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-29 14:30:07 +0000
commit587bf90fca86928cf3516a50bd69af18572348cd (patch)
tree1b5df41a8ed2cc52d437aaa417fb174939004adf /etc
parenta9717545551aa7d6e3e05e629b8142a1cd669a77 (diff)
downloadmidipix_build-587bf90fca86928cf3516a50bd69af18572348cd.tar.bz2
midipix_build-587bf90fca86928cf3516a50bd69af18572348cd.tar.xz
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/README.md b/etc/README.md
index b52f4c22..36751822 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -34,6 +34,20 @@ following command line within the latter:
Alpine's BusyBox utilities of the same name, as the latter are either non-
conformant or defective.
+## Common tasks
+Rebuild set of packages in isolation, along w/ their dependencies, if any, as needed,
+or forcibly, respectively:
+```shell
+./build.sh [ ... ] -r mc,zsh
+./build.sh [ ... ] -r \*mc,zsh
+./build.sh [ ... ] -r \*\*mc,zsh
+```
+
+Rebuild entire build group:
+```shell
+./build.sh [ ... ] -r ALL native_runtime
+```
+
## Non-exhaustive list of build variables
The following variables are primarily defined in ``midipix.env`` and may be overriden
on a per-build basis on the command-line after the last argument, if any, e.g.:
@@ -60,20 +74,6 @@ additional overrides, particularly ``${DEFAULT_GITROOT_HEAD}``.
| PREFIX_ROOT | ${HOME}/midipix | Absolute pathname to top-level directory |
| PREFIX_RPM | ${PREFIX}/rpm | Absolute pathname to package RPM archive root directory |
-## Common tasks
-Rebuild set of packages in isolation, along w/ their dependencies, if any, as needed,
-or forcibly, respectively:
-```shell
-./build.sh [ ... ] -r mc,zsh
-./build.sh [ ... ] -r \*mc,zsh
-./build.sh [ ... ] -r \*\*mc,zsh
-```
-
-Rebuild entire build group:
-```shell
-./build.sh [ ... ] -r ALL native_runtime
-```
-
## References
* ``Sun, 25 Apr 2016 09:04:08 +0000 [1]`` <a href="http://www.musl-libc.org/faq.html" id="r1">musl FAQ</a>