summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-19 18:26:53 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-01-19 18:33:11 +0000
commited4109698b2e5ff64d7f8d8c5349b512a6d2de3c (patch)
tree63bcfec721b920151821f0570dd9300c9bfd375d /etc/build.usage
parentda03644a9f0c6daa76f20797910693731e9ad230 (diff)
downloadmidipix_build-ed4109698b2e5ff64d7f8d8c5349b512a6d2de3c.tar.bz2
midipix_build-ed4109698b2e5ff64d7f8d8c5349b512a6d2de3c.tar.xz
build.sh, subr/build_checks.subr, vars/midipix.vars: removes ${DEFAULT_CHECK_PREREQ_{CMDS,FILES{,_DYNAMIC},PERL_MODULES}}.
etc/build.usage: update target list. subr/build_checks.subr: merges remaining checks into subr/build_init.subr.
Diffstat (limited to 'etc/build.usage')
-rw-r--r--etc/build.usage9
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/build.usage b/etc/build.usage
index b065e18e..4f2c02ff 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -35,11 +35,10 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]]
-v[v[v[v]]] Be verbose; -vv: always print package logs; -vvv: set xtrace during package builds; -vvvv: logs fileops.
--as-needed Don't build unless the midipix_build repository has received new commits.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
- <target>[ ..] One of:
- host or host_tools, host_tools_deps, host_tools_rpm, 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,
- packages or native_packages.
+ <target>[ ..] One of: host_packages_deps, host_toolchain, host_toolchain_deps, host_toolchain_mingw32,
+ host_tools, host_tools_deps, host_tools_rpm, minipix, native_packages, native_packages_deps,
+ native_packages_deps_x11, native_runtime, native_toolchain, native_toolchain_deps,
+ native_toolchain_mingw32, and/or native_tools.
${HOME}/midipix_build.vars, ${HOME}/.midipix_build.vars, and/or ../midipix_build.vars will be sourced if present.