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 a398cc21e909a60e582ee65887e17f66e22d3d29 (commit) from 38c982bb77390f53744815eedb877ebeab05ba4b (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 a398cc21e909a60e582ee65887e17f66e22d3d29 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Oct 23 09:42:57 2010 +0200
Fix toolchain tcl build.
-----------------------------------------------------------------------
Summary of changes: lfs/tcl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/tcl b/lfs/tcl index a62b4e6..e863729 100644 --- a/lfs/tcl +++ b/lfs/tcl @@ -31,7 +31,7 @@ DL_FILE = $(THISAPP)-src.tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)
-ifeq "$(LFS_PASS)" "toolchain" +ifneq "$(ROOT)" "" TARGET = $(DIR_INFO)/$(THISAPP)-tools else TARGET = $(DIR_INFO)/$(THISAPP) @@ -75,14 +75,14 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) -ifeq "$(LFS_PASS)" "toolchain" +ifneq "$(ROOT)" "" cd $(DIR_APP)/unix && ./configure --prefix=/tools --disable-nls else cd $(DIR_APP)/unix && ./configure --prefix=/usr --disable-nls endif cd $(DIR_APP)/unix && make $(MAKETUNING) cd $(DIR_APP)/unix && make install -ifeq "$(LFS_PASS)" "toolchain" +ifneq "$(ROOT)" "" cd $(DIR_APP)/unix && make install-private-headers ln -sf tclsh8.4 /tools/bin/tclsh else
hooks/post-receive -- IPFire 2.x development tree