In save_ebuild_env(), preserve all ebuild phases in any case since excluding
authorZac Medico <zmedico@gentoo.org>
Thu, 24 Dec 2009 05:11:32 +0000 (05:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 Dec 2009 05:11:32 +0000 (05:11 -0000)
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. (trunk r15145)

svn path=/main/branches/2.1.7/; revision=15146

bin/isolated-functions.sh

index bf0bb16b84ae7ef7017954cf63eb40f305d39a5a..815e4e5d689961e2941e5a70a6083d5fc65c1b36 100755 (executable)
@@ -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