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, master has been updated via 2f7e68cde0470f082bc90e79cdbc18b436a66ba9 (commit) via 46c2a9e3532bc2b8af8714ef1e2039a80cfb99e8 (commit) from 38b0ebbc9d8bb67c1a248192dea3b2b650e1291e (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 2f7e68cde0470f082bc90e79cdbc18b436a66ba9 Merge: 46c2a9e 38b0ebb Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue May 10 14:33:34 2011 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
commit 46c2a9e3532bc2b8af8714ef1e2039a80cfb99e8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue May 10 14:31:37 2011 +0200
Fix full-toolchain build on fedora14.
-----------------------------------------------------------------------
Summary of changes: lfs/binutils | 4 ++-- lfs/make | 4 ++-- make.sh | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/binutils b/lfs/binutils index 25145cc..464ac52 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -54,7 +54,7 @@ endif else ifeq "$(PASS)" "1" TARGET = $(DIR_INFO)/$(THISAPP)-tools1 - EXTRA_CONFIG = --prefix=/tools --disable-nls --disable-werror + EXTRA_CONFIG = --prefix=/tools --disable-nls --disable-werror --disable-gprof EXTRA_MAKE = LDFLAGS="-all-static" EXTRA_INSTALL = else diff --git a/lfs/make b/lfs/make index 3a3c18a..ba34283 100644 --- a/lfs/make +++ b/lfs/make @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -43,7 +43,7 @@ ifeq "$(ROOT)" "" EXTRA_MAKE = EXTRA_INSTALL = else - TARGET = $(DIR_INFO)/$(THISAPP)-tools + TARGET = $(DIR_INFO)/$(THISAPP)-tools-pass$(PASS) EXTRA_CONFIG = --prefix=/tools --disable-nls EXTRA_MAKE = EXTRA_INSTALL = diff --git a/make.sh b/make.sh index b89c77a..d53d0ec 100755 --- a/make.sh +++ b/make.sh @@ -247,6 +247,7 @@ buildtoolchain() { NATIVEGCC=`gcc --version | grep GCC | awk {'print $3'}` export NATIVEGCC GCCmajor=${NATIVEGCC:0:1} GCCminor=${NATIVEGCC:2:1} GCCrelease=${NATIVEGCC:4:1} lfsmake1 ccache PASS=1 + lfsmake1 make PASS=1 lfsmake1 binutils PASS=1 lfsmake1 gcc PASS=1 export PATH=$BASEDIR/build/usr/local/bin:$BASEDIR/build/tools/bin:$PATH @@ -270,7 +271,7 @@ buildtoolchain() { lfsmake1 grep lfsmake1 gzip lfsmake1 m4 - lfsmake1 make + lfsmake1 make PASS=2 lfsmake1 patch lfsmake1 perl lfsmake1 sed
hooks/post-receive -- IPFire 2.x development tree