diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-11 17:37:15 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-11 17:37:15 +0000 |
commit | 5f8a1589af2cb737566fc44fbb29f95b478e2e8c (patch) | |
tree | efa258f6c989beaf341f49119f168f8620fee049 /etc | |
parent | f243bed357feef6e7554767c44a6b6c97b11c3ec (diff) | |
download | midipix_build-5f8a1589af2cb737566fc44fbb29f95b478e2e8c.tar.bz2 midipix_build-5f8a1589af2cb737566fc44fbb29f95b478e2e8c.tar.xz |
subr/build_init.subr:buildp_init_getopts(): --dump-on-abort excludes -R.
etc/{build.usage,README.md}: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 2 | ||||
-rw-r--r-- | etc/build.usage | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md index 31bbaff2..e501b355 100644 --- a/etc/README.md +++ b/etc/README.md @@ -229,7 +229,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-d] [-D kind[ new commits.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
--dump-on-abort Produce package environment dump files on build failure to be
- used in conjuction with pkg_shell.sh script.
+ used in conjuction with pkg_shell.sh script (excludes -R.)
<group>[ ..] One of: dev_packages, dist, host_deps, host_deps_rpm,
host_toolchain, host_tools, minipix, native_packages,
native_runtime, native_toolchain, native_tools.
diff --git a/etc/build.usage b/etc/build.usage index d9453177..f287b98c 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -48,7 +48,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-d] [-D kind[ new commits. --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix. --dump-on-abort Produce package environment dump files on build failure to be - used in conjuction with pkg_shell.sh script. + used in conjuction with pkg_shell.sh script (excludes -R.) <group>[ ..] One of: dev_packages, dist, host_deps, host_deps_rpm, host_toolchain, host_tools, minipix, native_packages, native_runtime, native_toolchain, native_tools. |