diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-12-22 11:10:36 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-12-22 11:10:36 +0000 |
commit | 1dfec6c0f2a53cb7e0b510d7fc3ccae7d1e76c96 (patch) | |
tree | f50d5fc9df60e0f86983803816d5f4adf98c5906 /etc | |
parent | a77d22874fc29523519a9ef02b85aec040731afe (diff) | |
download | midipix_build-1dfec6c0f2a53cb7e0b510d7fc3ccae7d1e76c96.tar.bz2 midipix_build-1dfec6c0f2a53cb7e0b510d7fc3ccae7d1e76c96.tar.xz |
build.sh, subr/build_args.subr, etc/build.usage: remove meta-targets & fix target.. argument spec(s).
vars/build.vars: removes meta-targets, adds ${ALL_TARGETS}.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/build.usage b/etc/build.usage index 97aeb23a..d3144847 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -35,7 +35,7 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] -v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops. -x Set xtrace during package builds; implies -vv. --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix. - <target>[ ..] One of: dev, devroot, or world, or: + <target>[ ..] One of: host or host_tools, 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, |