diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-19 02:41:17 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-19 02:45:52 +0000 |
commit | 584601a2612afce6a0f7670b192e57391f0ae859 (patch) | |
tree | 327bdd9443102edb885e92a24e52fb34c0501953 /etc | |
parent | 0eaee4ebe96cb25601d8a4ea79bd475240c8fdf0 (diff) | |
download | midipix_build-584601a2612afce6a0f7670b192e57391f0ae859.tar.bz2 midipix_build-584601a2612afce6a0f7670b192e57391f0ae859.tar.xz |
etc/{build.usage,README}: fix typo.
subr/ex_rtl_log.subr:ex_rtl_log_msg(): minor cleanup.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 2 | ||||
-rw-r--r-- | etc/build.usage | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ A Midipix distribution consists of the following: executive subsystems of all Windows NT-derived Windows OS starting with and including Windows XP, and * a steadily increasing number of 3rd party open source packages, as expected in - any modern POSIX-compliant *nix environment, including GNU coreutils, shells, + any modern POSIX-compliant \*nix environment, including GNU coreutils, shells, libraries such as ncurses, libressl, as well as Perl and Python. Compressed Midipix distribution tarballs and, separately, source tarballs are, diff --git a/etc/build.usage b/etc/build.usage index ceefcb3c..ed54f300 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -20,7 +20,7 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] [-c] [-C dir[,..]] If -R is not specified and at least one (1) package fails to build, all remaining package builds will be forcibly aborted for convenience. -r ALL[:step,..] - -r name[,..][:step,..] Restart the all packages/the specified comma-separated package(s) + -r name[,..][:step,..] Restart all packages/the specified comma-separated package(s) completely or at optionally specified comma-separated step(s). Currently defined steps are: fetch_wget, fetch_git, fetch_extract, |