From: Michael Tremer Date: Sun, 25 Jan 2009 16:08:22 +0000 (+0100) Subject: Fixes sone lines in make.sh. X-Git-Tag: v3.0-alpha1~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16caed074c70b9bfb679fc5802372056246c5cb0;p=ipfire-3.x.git Fixes sone lines in make.sh. --- diff --git a/make.sh b/make.sh index 1f03b0c5b..c5ee33f4e 100755 --- a/make.sh +++ b/make.sh @@ -52,9 +52,8 @@ toolchain_build() { SKIP_PACKAGE_LIST= toolchain_make stage1 - #toolchain_make scripts # make distcc first so that CCACHE_PREFIX works immediately - [ -z "$DISTCC_HOSTS" ] || toolchain_make distcc + toolchain_make distcc toolchain_make ccache toolchain_make binutils PASS=1 toolchain_make gcc PASS=1