summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-03 21:39:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-05 09:56:48 +0200
commitb7c00536d892f7d418e2e5ca63706de03dd87585 (patch)
tree8d63d820a3363b1125edb916178d133c5b36c4b7 /scripts/lib/ptxd_make_world_common.sh
parent5717f49c2e50baf8a69b1f1c7279f25c50277af6 (diff)
downloadptxdist-b7c00536d892f7d418e2e5ca63706de03dd87585.tar.gz
ptxdist-b7c00536d892f7d418e2e5ca63706de03dd87585.tar.xz
ptxd_make_world_common: cmake generated makefiles check if VERBOSE is set, not the value
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 4892270a9..4c3c78f9d 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -157,7 +157,7 @@ ptxd_make_world_init_compat() {
export pkg_sysroot_dir
# pkg_env
- pkg_env="SYSROOT='${pkg_sysroot_dir}' V=${PTXDIST_VERBOSE} VERBOSE=${PTXDIST_VERBOSE}"
+ pkg_env="SYSROOT='${pkg_sysroot_dir}' V=${PTXDIST_VERBOSE} VERBOSE=${PTXDIST_VERBOSE/0/}"
case "${pkg_type}" in
target) pkg_env="${PTXDIST_CROSS_ENV_PKG_CONFIG} ${pkg_env}" ;;
host|cross) pkg_env="PKG_CONFIG_LIBDIR='${PTXDIST_SYSROOT_HOST}/lib/pkgconfig:${PTXDIST_SYSROOT_HOST}/share/pkgconfig' ${pkg_env}" ;;