diff options
author | Steven J Newbury <steve@snewbury.org.uk> | 2009-04-12 16:17:41 +0100 |
---|---|---|
committer | Steven J Newbury <steve@snewbury.org.uk> | 2009-04-12 16:17:41 +0100 |
commit | 35e60a94030794561ff121dd0601cf7837cd5ecb (patch) | |
tree | 4d45012f6b2dd05b8695278d0ac74046c82013d9 /doc | |
parent | Fix the handling of S, CMAKE_BUILD_DIR and ECONF_SOURCE. (diff) | |
download | multilib-portage-35e60a94030794561ff121dd0601cf7837cd5ecb.tar.gz multilib-portage-35e60a94030794561ff121dd0601cf7837cd5ecb.tar.bz2 multilib-portage-35e60a94030794561ff121dd0601cf7837cd5ecb.zip |
Improve some debug messages, and put one back in the right place after
accidentally moving it in the last commit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/experimental/multilib-native.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/experimental/multilib-native.eclass b/doc/experimental/multilib-native.eclass index 80d76d3c8..294666cae 100644 --- a/doc/experimental/multilib-native.eclass +++ b/doc/experimental/multilib-native.eclass @@ -510,9 +510,10 @@ multilib-native_src_generic_sub() { ECONF_SOURCE="${EMULTILIB_SOURCE_TOPDIR}/${EMULTILIB_RELATIVE_BUILD_DIR/${EMULTILIB_SOURCE_TOP_DIRNAME}}" fi fi - multilib_debug CMAKE_BUILD_DIR "${CMAKE_BUILD_DIR}" KDE_S="${S}" - multilib_debug KDE_S "${KDE_S}" + multilib_debug "${ABI} ECONF_SOURCE" "${ECONF_SOURCE}" + multilib_debug "${ABI} CMAKE_BUILD_DIR" "${CMAKE_BUILD_DIR}" + multilib_debug "${ABI} KDE_S" "${KDE_S}" else # If we are already set up then restore the environment _restore_multilib_platform_env "${ABI}" @@ -520,7 +521,6 @@ multilib-native_src_generic_sub() { [[ "${ABI}" == "${DEFAULT_ABI}" ]] || \ _export_ml_config_vars "${ABI}" fi - multilib_debug ECONF_SOURCE "${ECONF_SOURCE}" #Nice way to avoid the "cannot run test program while cross compiling" :) CBUILD=$CHOST |