From 9e4a4248a8d6a916d4af0d12f88738b824affdb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 3 Dec 2017 16:52:04 +0000 Subject: etc/build.usage: clarify usage of -r. --- etc/build.usage | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'etc/build.usage') diff --git a/etc/build.usage b/etc/build.usage index 48eb2ea6..e97aa69a 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,15 +1,16 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] - [-c] [-h] [-N] [-r package[,...][:step]] - [-R] [-t[.gz|.bz2|.xz] [-v[v[v]]] [-x] [[ ...]] + [-c] [-h] [-N] [-r ALL[:step,..]] [-r name[,..][:step,..]] + [-R] [-t[.gz|.bz2|.xz] [-v[v[v]]] [-x] [[ ..]] -4|-6 Force IPv[46] when downloading files. -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build; defaults to debug. -c Clean ${PREFIX} before processing build scripts. -h Show this screen. -N Offline mode: no {wget,git-{clone,pull}}(1) calls. - -r package[,...][:step] Restart the specified comma-separated build(s) completely - or at the optionally specified step. Currently defined - steps are: + -r ALL[:step,..] + -r name[,..][:step,..] Restart the 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, configure_patch_pre, configure_autotools, configure_patch, configure, build, install_subdirs, install_make, @@ -26,7 +27,7 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] -v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops. -x Set xtrace during package builds; implies -vv. --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix. - [ ...] One of: dev, devroot, or world, or: + [ ..] One of: dev, devroot, or world, or: host or host_tools, host_toolchain_deps, host_toolchain, host_toolchain_mingw32, native or native_tools, native_toolchain_deps, native_toolchain, native_toolchain_mingw32, native_runtime, packages_deps or host_packages_deps, native_packages_deps, native_packages_deps_x11, -- cgit v1.2.3