From: Michael Tremer Date: Wed, 15 Aug 2012 17:09:04 +0000 (+0200) Subject: fake-environ: Don't do that on a toolchain build. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=6e0bd65765bb125e2828ef4c54d7de60eb636647 fake-environ: Don't do that on a toolchain build. --- diff --git a/tools/make-functions b/tools/make-functions index ebbb4d822..f50176778 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -392,7 +392,6 @@ lfsmake1() { ROOT=$LFS \ KVER=$KVER \ MAKETUNING=$MAKETUNING \ - $(fake_environ) \ install >> $LOGFILE 2>&1 local COMPILE_SUCCESS=$? local PKG_TIME_END=`date +%s`