diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-08 20:54:26 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-08 20:54:26 +0000 |
commit | adfd790d529b2a5eb14f235f409911a3c726c976 (patch) | |
tree | 01e3f8642eadd440a22e7e7e1bb555e971fdbd55 /etc | |
parent | 619cb59e83c0e4c1525eaa9b7077fee89d4641a2 (diff) | |
download | midipix_build-adfd790d529b2a5eb14f235f409911a3c726c976.tar.bz2 midipix_build-adfd790d529b2a5eb14f235f409911a3c726c976.tar.xz |
vars/build.vars:host_tools: merges host_tools_deps.
etc/build.usage: updated.
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 78c76d11..76df6284 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -36,7 +36,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] --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_deps, host_tools_rpm, minipix, native_packages, native_packages_deps, + 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. |