diff options
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. |