From: Arne Fitzenreiter Date: Thu, 1 Jun 2017 17:17:50 +0000 (+0200) Subject: make.sh: remove display of native gcc X-Git-Tag: v2.19-core112~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea465705ad9b11af4d08417518ee8068c73477a7;p=people%2Fstevee%2Fipfire-2.x.git make.sh: remove display of native gcc this grep fails on debian and the output is useless Signed-off-by: Arne Fitzenreiter --- diff --git a/make.sh b/make.sh index 9092dd5ce4..f91dec2b79 100755 --- a/make.sh +++ b/make.sh @@ -1014,7 +1014,7 @@ build) #only restore on a clean disk if [ ! -e "${BASEDIR}/build/tools/.toolchain-successful" ]; then if [ ! -n "$PACKAGE" ]; then - beautify build_stage "Full toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`" + beautify build_stage "Full toolchain compilation" prepareenv buildtoolchain else