From 587bf90fca86928cf3516a50bd69af18572348cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 29 Feb 2020 14:30:07 +0000 Subject: etc/README.md: updated. --- etc/README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'etc') 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]`` musl FAQ -- cgit v1.2.3