summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteven J Newbury <steve@snewbury.org.uk>2009-04-12 09:49:20 +0100
committerSteven J Newbury <steve@snewbury.org.uk>2009-04-12 09:49:20 +0100
commitcbfdef8404fc4bb783741545cd468001c0b143d8 (patch)
treef08b7e4ecb3888955bbb4518149f5eca31db7739 /doc
parentsys-fs/udev-141: Use MISB due to system configuration files (diff)
downloadmultilib-portage-cbfdef8404fc4bb783741545cd468001c0b143d8.tar.gz
multilib-portage-cbfdef8404fc4bb783741545cd468001c0b143d8.tar.bz2
multilib-portage-cbfdef8404fc4bb783741545cd468001c0b143d8.zip
Comment was in the wrong place
Diffstat (limited to 'doc')
-rw-r--r--doc/experimental/multilib-native.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/experimental/multilib-native.eclass b/doc/experimental/multilib-native.eclass
index 12344c4d2..3e4abf2f2 100644
--- a/doc/experimental/multilib-native.eclass
+++ b/doc/experimental/multilib-native.eclass
@@ -431,7 +431,7 @@ multilib-native_src_generic_sub() {
multilib_debug EMULTILIB_source_dir ${EMULTILIB_source_dir}
# If ${EMULTILIB_source_dir} is empty, then ${S} points
- # to the top level.
+ # to the top level. (This should never happen.)
[[ -z ${EMULTILIB_source_dir} ]] && \
EMULTILIB_source_dir=${EMULTILIB_partial_S_path}
multilib_debug EMULTILIB_source_dir ${EMULTILIB_source_dir}
@@ -471,7 +471,6 @@ multilib-native_src_generic_sub() {
done
fi
- # This should never happen
[[ -z "${MULTILIB_IN_SOURCE_BUILD}" ]] && \
ECONF_SOURCE="${EMULTILIB_source_path}"
multilib_debug ECONF_SOURCE ${ECONF_SOURCE}