9e4a42
etc/build.usage: clarify usage of -r.
@@ -1,15 +1,16 @@
|
|
1
1
|
usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release]
|
2
|
-
[-c] [-h] [-N] [-r
|
3
|
-
[-R] [-t[.gz|.bz2|.xz] [-v[v[v]]] [-x] [<target>[
|
2
|
+
[-c] [-h] [-N] [-r ALL[:step,..]] [-r name[,..][:step,..]]
|
3
|
+
[-R] [-t[.gz|.bz2|.xz] [-v[v[v]]] [-x] [<target>[ ..]]
|
4
4
|
-4|-6 Force IPv[46] when downloading files.
|
5
5
|
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
|
6
6
|
-b debug|release Selects debug or release build; defaults to debug.
|
7
7
|
-c Clean ${PREFIX} before processing build scripts.
|
8
8
|
-h Show this screen.
|
9
9
|
-N Offline mode: no {wget,git-{clone,pull}}(1) calls.
|
10
|
-
-r
|
11
|
-
|
12
|
-
|
10
|
+
-r ALL[:step,..]
|
11
|
+
-r name[,..][:step,..] Restart the all packages/the specified comma-separated package(s)
|
12
|
+
completely or at optionally specified comma-separated step(s).
|
13
|
+
Currently defined steps are:
|
13
14
|
fetch_wget, fetch_git, fetch_extract,
|
14
15
|
configure_patch_pre, configure_autotools, configure_patch,
|
15
16
|
configure, build, install_subdirs, install_make,
|
@@ -26,7 +27,7 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release]
|
|
26
27
|
-v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops.
|
27
28
|
-x Set xtrace during package builds; implies -vv.
|
28
29
|
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
|
29
|
-
<target>[
|
30
|
+
<target>[ ..] One of: dev, devroot, or world, or:
|
30
31
|
host or host_tools, host_toolchain_deps, host_toolchain, host_toolchain_mingw32,
|
31
32
|
native or native_tools, native_toolchain_deps, native_toolchain, native_toolchain_mingw32, native_runtime,
|
32
33
|
packages_deps or host_packages_deps, native_packages_deps, native_packages_deps_x11,
|