From c8e1337cf6a7615e7a86245b9eb4fe0b0dbc06fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 28 Nov 2017 16:17:55 +0000 Subject: vars/build.vars, etc/build.usage: split build targets. subr/pkg_install.subr, vars/env.vars: removes ${PKG_PREFIX_EXTRA}. etc/config.cache: adds util_linux. --- etc/build.usage | 11 ++++++----- etc/config.cache | 3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/build.usage b/etc/build.usage index e14f840e..79342206 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -27,11 +27,12 @@ usage: ./build.sh [-x] [-4|6] [-a nt32|nt64] [-b debug|release] [-c] [-h] default compression is xz. -v[v[v]] Be verbose; -vv: always print package logs; -vvv: logs fileops. --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix. - [ ...] One of: - host_toolchain_deps, host_toolchain, native_toolchain_deps, - native_toolchain, runtime, host_packages, lib_packages, - dev_packages, leaf_packages, minipix, dist, devroot, dev, - or world. + [ ...] One of: dev, devroot, or world, or: + host or host_toolchain_deps, host_toolchain, + native or native_toolchain_deps, native_toolchain, native_runtime, + packages_deps or host_packages_deps, native_packages_deps, native_packages_deps_x11, + packages or native_packages_cmdline, native_packages_dev, native_packages_etc, native_packages_inet, + or dist, dist_minipix, or dist_target. ${HOME}/midipix_build.vars, ../midipix_build.vars, and build.vars are sourced if they exist. diff --git a/etc/config.cache b/etc/config.cache index d3955451..e93a13e5 100644 --- a/etc/config.cache +++ b/etc/config.cache @@ -182,6 +182,9 @@ ac_cv_prog_have_pcre=%PREFIX%/bin/pcre-config # procps_ng ac_cv_func_realloc_0_nonnull=yes +# util_linux +ac_cv_prog_NCURSESW6_CONFIG=%PREFIX%/bin/ncursesw6-config + # vim ac_cv_small_wchar_t=no ac_x_header_dirs=%PREFIX%/include -- cgit v1.2.3