summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-24 05:11:21 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-24 05:11:21 +0000
commit11d5ff0797d79778323955325c2a7b37b3b69f1e (patch)
treec07b50f3222ad82b20d6090932b6b43878cd4f08
parent93705d01bfd5a5091aa793132aec7b6ff4b7f9e7 (diff)
downloadportage-11d5ff0797d79778323955325c2a7b37b3b69f1e.tar.gz
portage-11d5ff0797d79778323955325c2a7b37b3b69f1e.tar.bz2
portage-11d5ff0797d79778323955325c2a7b37b3b69f1e.zip
In save_ebuild_env(), preserve all ebuild phases in any case since excluding
the already executed ones from environment.bz2 doesn't save much space, and it's possible that someone would want to look at them later. svn path=/main/trunk/; revision=15145
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index bf0bb16b8..815e4e5d6 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -496,8 +496,6 @@ save_ebuild_env() {
if hasq --exclude-init-phases $* ; then
unset S _E_DOCDESTTREE_ _E_EXEDESTTREE_
- unset -f pkg_nofetch src_unpack src_prepare src_configure \
- src_compile src_test src_install
if [[ -n $PYTHONPATH ]] ; then
export PYTHONPATH=${PYTHONPATH/${PORTAGE_PYM_PATH}:}
[[ -z $PYTHONPATH ]] && unset PYTHONPATH