]> git.ipfire.org Git - people/arne_f/ipfire-2.x.git/commitdiff
make.sh: remove display of native gcc
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 1 Jun 2017 17:17:50 +0000 (19:17 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 1 Jun 2017 17:17:50 +0000 (19:17 +0200)
this grep fails on debian and the output is useless

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 9092dd5ce49d1df6d0f6f538cd2bbfebb75ade9e..f91dec2b79b70d75e01c059295f17b6f7b88f9cf 100755 (executable)
--- 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