# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/stage1/stage1-preclean-chroot.sh,
+ targets/stage2/stage2-preclean-chroot.sh,
+ targets/stage3/stage3-preclean-chroot.sh,
+ targets/stage4/stage4-preclean-chroot.sh:
+ We probably shouldn't be running our debug functions in our stages. Let's
+ fix this.
+
24 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/chroot-functions.sh:
Added a get_libdir call and fail if we don't have a valid LIBDIR when using
#!/bin/bash
+export RUN_DEFAULT_FUNCS="no"
+
source /tmp/chroot-functions.sh
+# Since we didn't run the default functions, we call a couple here.
+update_env_settings
+setup_myfeatures
+
# Now, some finishing touches to initialize gcc-config....
unset ROOT
#!/bin/bash
+export RUN_DEFAULT_FUNCS="no"
+
source /tmp/chroot-functions.sh
+# Since we didn't run the default functions, we call a couple here.
+update_env_settings
+setup_myfeatures
+
cleanup_stages
if [ -n "${clst_CCACHE}" ]
#!/bin/bash
+export RUN_DEFAULT_FUNCS="no"
+
source /tmp/chroot-functions.sh
+# Since we didn't run the default functions, we call a couple here.
+update_env_settings
+setup_myfeatures
+
cleanup_stages
if [ -n "${clst_CCACHE}" ]
#!/bin/bash
+export RUN_DEFAULT_FUNCS="no"
+
source /tmp/chroot-functions.sh
+# Since we didn't run the default functions, we call a couple here.
+update_env_settings
+setup_myfeatures
+
if [ -n "${clst_DISTCC}" ]
then
cleanup_distcc