diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-10-11 15:32:43 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-10-11 15:32:43 +0000 |
commit | a9d4e0c31878c583ffaf67a98673178808c0a8f5 (patch) | |
tree | 07bcd49110637a81a831eb3f00410bd569ba4de9 /etc | |
parent | 9695a4707eb738cad0f5b62b9830f2138a66e3e5 (diff) | |
download | midipix_build-a9d4e0c31878c583ffaf67a98673178808c0a8f5.tar.bz2 midipix_build-a9d4e0c31878c583ffaf67a98673178808c0a8f5.tar.xz |
vars/build.vars:native_packages_deps_deps: split from native_packages_deps.
vars/build.vars:native_packages_deps:{curl,libarchive,ncurses{t,}w,libuv}: moved to native_packages_deps_deps as dependencies of cmake.
etc/build.usage: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/build.usage b/etc/build.usage index 4f2c02ff..78c76d11 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -37,8 +37,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] --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, - native_packages_deps_x11, native_runtime, native_toolchain, native_toolchain_deps, - native_toolchain_mingw32, and/or native_tools. + 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. |