diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-12 00:03:06 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-12 00:03:06 +0000 |
commit | 1eec19a5bbee231477e7a2024119a53ff7b8dd8c (patch) | |
tree | bc73173fb1120032b6caafdc14ee3793b22b8b30 /etc | |
parent | 8911a67c14b85249d9f9091c107d577dce14a2e9 (diff) | |
download | midipix_build-1eec19a5bbee231477e7a2024119a53ff7b8dd8c.tar.bz2 midipix_build-1eec19a5bbee231477e7a2024119a53ff7b8dd8c.tar.xz |
vars/build.vars:{host,native}_toolchain: merges {host,native}_toolchain_mingw32.
vars/build.vars:native_toolchain: fix group variables.
vars/build.vars:ncurses: moved into native_packags_deps_deps.
vars/build.vars:{bzip2,expat,lib{elf,ffi,readline,z}}: moved into native_packages_deps.
vars/build.vars:{gdb,python2}: moved into native_packages.
vars/gcc.vars: minor cleanup.
etc/build.usage: updated.
subr/ex_pkg_dispatch.subr: disable dependency expansion given -r.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/build.usage b/etc/build.usage index 5c0f0540..6f1de0d3 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -35,10 +35,9 @@ 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. - <group>[ ..] One of: host_deps, host_packages_deps, host_toolchain, 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_mingw32, and/or native_tools. + <group>[ ..] One of: host_deps, host_packages_deps, host_toolchain, host_tools, host_tools_rpm, + minipix, native_packages, native_packages_deps, native_packages_deps_deps, + native_packages_deps_x11, native_runtime, native_toolchain, and/or native_tools. ${HOME}/midipix_build.vars, ${HOME}/.midipix_build.vars, and/or ../midipix_build.vars will be sourced if present. |