mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Habe IPFire auf LFS 6.2 gebracht.
Das hier ist der erste Teil. Nur Toolchain bisher. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@297 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
18
lfs/tcl
18
lfs/tcl
@@ -18,12 +18,6 @@
|
||||
# Makefiles are based on LFSMake, which is #
|
||||
# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com> #
|
||||
# #
|
||||
# Modifications by: #
|
||||
# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> #
|
||||
# - Modified Makefile for IPCop build #
|
||||
# #
|
||||
# $Id: tcl,v 1.4.2.4 2006/01/20 13:59:20 franck78 Exp $
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
@@ -32,11 +26,11 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 8.4.6
|
||||
VER = 8.4.13
|
||||
|
||||
THISAPP = tcl$(VER)
|
||||
DL_FILE = $(THISAPP)-src.tar.gz
|
||||
DL_FROM = $(URL_SFNET)/tcl
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)-tools
|
||||
|
||||
@@ -48,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 9009a92dc648775fb8a9b0789b995756
|
||||
$(DL_FILE)_MD5 = c6b655ad5db095ee73227113220c0523
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -78,12 +72,10 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
#remove a syntax error in tcl. Appears with recent bash.
|
||||
#tcl 8.4.13 will correct this bug, so next line can go away
|
||||
cd $(DIR_APP) && sed -i "s/relid'/relid/g" unix/configure
|
||||
cd $(DIR_APP)/unix && ./configure --prefix=/tools --disable-nls
|
||||
cd $(DIR_APP)/unix && make
|
||||
cd $(DIR_APP)/unix && make $(MAKETUNING)
|
||||
cd $(DIR_APP)/unix && make install
|
||||
cd $(DIR_APP)/unix && make install-private-headers
|
||||
ln -sf tclsh8.4 /tools/bin/tclsh
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user