From 47eb4a27b925d700b764fb6ebcea7be64e0b1a0b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 6 Feb 2009 15:33:34 +0100 Subject: [PATCH] Moved distcc_get_hosts from prepareenv to build that it doesn't get called when entering the shell. --- tools/make-include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 & -- 2.39.2