From: Michael Tremer Date: Fri, 6 Feb 2009 14:33:34 +0000 (+0100) Subject: Moved distcc_get_hosts from prepareenv to build that it doesn't get called when enter... X-Git-Tag: v3.0-alpha1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47eb4a27b925d700b764fb6ebcea7be64e0b1a0b;p=ipfire-3.x.git Moved distcc_get_hosts from prepareenv to build that it doesn't get called when entering the shell. --- diff --git a/tools/make-include b/tools/make-include index e5a3764dc..6d28c8df3 100644 --- a/tools/make-include +++ b/tools/make-include @@ -512,8 +512,6 @@ prepareenv() { export CCACHE_PREFIX="distcc" export DISTCC_DIR=$BASEDIR/distcc - distcc_get_hosts - # Remove pre-install list of installed files in case user erase some files before rebuild rm -f $LFS/usr/src/lsalr 2>/dev/null } @@ -534,6 +532,8 @@ build() { build_spy_send_profile build_spy state compiling + distcc_get_hosts + BASEDIR=$BASEDIR UUID=$UUID NAME=$NAME VERSION=$VERSION \ LOGFILE="$BASEDIR/log_${TARGET}/_build.00-buildspy.log" \ $BASEDIR/tools/make-buildspy &