This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 602cb8bda6525484912d8ebe022733e4b9b0dbd4 (commit) from 84a203c8eb32dfacd02d6bb6d6acf24a84b3c738 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 602cb8bda6525484912d8ebe022733e4b9b0dbd4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jul 4 12:44:42 2017 +0200
this grep fails on debian and the output is useless II
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/make.sh b/make.sh index a3fb402..d032cb2 100755 --- a/make.sh +++ b/make.sh @@ -1142,7 +1142,7 @@ downloadsrc) toolchain) clear prepareenv - beautify build_stage "Toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`" + beautify build_stage "Toolchain compilation" buildtoolchain echo "`date -u '+%b %e %T'`: Create toolchain tar.gz for ${BUILD_ARCH}" | tee -a $LOGFILE test -d $BASEDIR/cache/toolchains || mkdir -p $BASEDIR/cache/toolchains
hooks/post-receive -- IPFire 2.x development tree