From 9225a6636994b4edfb671bf12dd70480d0e4b013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 11 Feb 2020 21:05:04 +0000 Subject: vars/build.vars:{host_toolchain,invariants,native_{runtime,tools,toolchain_mingw32}}: adds dependencies. vars/build.vars:native_toolchain: merges native_toolchain_deps, adds dependencies. vars/build.vars:{bzip2,expat,gdb,python2}: moved into native_toolchain, adds dependencies. vars/build.vars:native_packages_deps{,_{deps,x11}}:${PKG_IN_TREE}: set. vars/env.vars:${DEFAULT_BUILD_VARS}: adds IN_TREE. vars/gcc.vars: continuously echo build status messages to pipe fd #3. etc/build.usage: updated. subr/ex_pkg_dispatch.subr: enforce in-order building given ${PKG_IN_TREE} set on group. --- etc/build.usage | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/build.usage b/etc/build.usage index b8016345..5c0f0540 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. - [ ..] 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. + [ ..] 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. ${HOME}/midipix_build.vars, ${HOME}/.midipix_build.vars, and/or ../midipix_build.vars will be sourced if present. -- cgit v1.2.3