summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 09:56:39 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 09:56:39 +0000
commit4dc3585621c0130a542f3dfd5666433480220003 (patch)
treef3f27b3cc3c4297fdfdc083574bf35130d0b50c7 /etc/build.usage
parent7c4fd9674eff8cb8e383baa160b63a8043744bf8 (diff)
downloadmidipix_build-4dc3585621c0130a542f3dfd5666433480220003.tar.bz2
midipix_build-4dc3585621c0130a542f3dfd5666433480220003.tar.xz
vars/build.vars:host_deps: split from host_tools.
vars/build.vars:host_deps:${PKG_PARALLELISE}: parallelise. vars/build.vars:host_tools_rpm:${PKG_PARALLELISE}: don't parallelise (implicitly.) etc/build.usage: updated.
Diffstat (limited to 'etc/build.usage')
-rw-r--r--etc/build.usage9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/build.usage b/etc/build.usage
index 76df6284..3db9c2d1 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -35,10 +35,11 @@ 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_packages_deps, host_toolchain, host_toolchain_deps, host_toolchain_mingw32,
- host_tools, host_tools_rpm, minipix, native_packages, native_packages_deps,
- native_packages_deps_deps, native_packages_deps_x11, native_runtime, native_toolchain,
- native_toolchain_deps, native_toolchain_mingw32, and/or native_tools.
+ <target>[ ..] One of: host_deps, host_packages_deps, host_toolchain, host_toolchain_deps,
+ host_toolchain_mingw32, host_tools, host_tools_rpm, minipix, native_packages,
+ native_packages_deps, native_packages_deps_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.