[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-cvs
Subject:    [IPCop-cvs] ipcop/lfs CnxADSL, 1.14, 1.15 apache, 1.25,
From:       Ivan Kabaivanov <chepati () users ! sourceforge ! net>
Date:       2007-04-07 18:35:01
Message-ID: E1HaFks-0007pC-2w () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/ipcop/ipcop/lfs
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7503

Modified Files:
	CnxADSL apache autoconf automake bash binutils bison 
	blfs-bootscripts busybox bzip2 coreutils cracklib db diffutils 
	distcc e2fsprogs expect file findutils flex gawk gcc gettext 
	glibc grep groff gzip iana-etc inetutils iproute2 kbd less 
	libtool linux linux-atm m4 make man-pages mktemp 
	module-init-tools ncurses patch pcre perl procps psmisc 
	readline sed shadow shorewall sysklogd sysvinit tar tcl 
	texinfo udev util-linux vim zlib 
Log Message:
Reverted tar xf to tar zxf and tar jxf

Index: iana-etc
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/iana-etc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** iana-etc	7 Apr 2007 16:59:32 -0000	1.14
--- iana-etc	7 Apr 2007 18:34:57 -0000	1.15
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make

Index: busybox
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/busybox,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** busybox	7 Apr 2007 16:59:31 -0000	1.39
--- busybox	7 Apr 2007 18:34:56 -0000	1.40
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE)
  	cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-wgetspider.patch
  	#cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-ismounted.patch
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  	cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-wgetspider.patch
  	#cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-ismounted.patch

Index: tar
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/tar,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** tar	7 Apr 2007 16:59:34 -0000	1.19
--- tar	7 Apr 2007 18:34:59 -0000	1.20
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: less
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/less,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** less	7 Apr 2007 16:59:32 -0000	1.15
--- less	7 Apr 2007 18:34:57 -0000	1.16
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-signal_fix-1.patch
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-signal_fix-1.patch

Index: linux-atm
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/linux-atm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** linux-atm	7 Apr 2007 16:59:32 -0000	1.16
--- linux-atm	7 Apr 2007 18:34:58 -0000	1.17
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP)/src && gzip -dc $(DIR_DL)/linux-atm_2.4.1-17.diff.gz | patch -Np1
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP)/src && gzip -dc $(DIR_DL)/linux-atm_2.4.1-17.diff.gz | patch -Np1

Index: mktemp
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/mktemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** mktemp	7 Apr 2007 16:59:33 -0000	1.14
--- mktemp	7 Apr 2007 18:34:58 -0000	1.15
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-add_tempfile-3.patch
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-add_tempfile-3.patch

Index: distcc
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/distcc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** distcc	7 Apr 2007 16:59:31 -0000	1.7
--- distcc	7 Apr 2007 18:34:56 -0000	1.8
***************
*** 81,85 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && CFLAGS="-O2 -static" ./configure --prefix=$(PREFIX)
--- 81,85 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && CFLAGS="-O2 -static" ./configure --prefix=$(PREFIX)

Index: udev
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/udev,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** udev	7 Apr 2007 16:59:34 -0000	1.24
--- udev	7 Apr 2007 18:34:59 -0000	1.25
***************
*** 81,85 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "base"
--- 81,85 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "base"

Index: vim
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/vim,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** vim	7 Apr 2007 16:59:34 -0000	1.15
--- vim	7 Apr 2007 18:34:59 -0000	1.16
***************
*** 86,90 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-15.patch
--- 86,90 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-15.patch

Index: sysvinit
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/sysvinit,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** sysvinit	7 Apr 2007 16:59:34 -0000	1.19
--- sysvinit	7 Apr 2007 18:34:59 -0000	1.20
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c

Index: tcl
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/tcl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** tcl	7 Apr 2007 16:59:34 -0000	1.19
--- tcl	7 Apr 2007 18:34:59 -0000	1.20
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP)/unix && ./configure --prefix=$(TOOLS_DIR)
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP)/unix && ./configure --prefix=$(TOOLS_DIR)

Index: sed
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/sed,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** sed	7 Apr 2007 16:59:33 -0000	1.23
--- sed	7 Apr 2007 18:34:59 -0000	1.24
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: findutils
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/findutils,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** findutils	7 Apr 2007 16:59:32 -0000	1.16
--- findutils	7 Apr 2007 18:34:56 -0000	1.17
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: file
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/file,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** file	7 Apr 2007 16:59:32 -0000	1.21
--- file	7 Apr 2007 18:34:56 -0000	1.22
***************
*** 84,88 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-reg_startend-1.patch
--- 84,88 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-reg_startend-1.patch

Index: linux
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/linux,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** linux	7 Apr 2007 16:59:32 -0000	1.86
--- linux	7 Apr 2007 18:34:58 -0000	1.87
***************
*** 128,137 ****
  	# SquashFS
  	cd $(DIR_SRC) && rm -rf squashfs*
! 	cd $(DIR_SRC) && tar xfz $(DIR_DL)/squashfs3.0.tar.gz
  	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/squashfs3.0/linux-2.6.14/squashfs3.0-patch
  
  	# Openswan
  	cd $(DIR_SRC) && rm -rf openswan-*
! 	cd $(DIR_SRC) && tar xfz $(DIR_DL)/openswan-2.4.5.tar.gz
  	cd $(DIR_APP) && gzip -dc $(DIR_DL)/openswan-2.4.5.kernel-2.6-natt.patch.gz | patch -Np1
  	cd $(DIR_APP) && gzip -dc $(DIR_DL)/openswan-2.4.5.kernel-2.6-klips.patch.gz | patch -Np1
--- 128,137 ----
  	# SquashFS
  	cd $(DIR_SRC) && rm -rf squashfs*
! 	cd $(DIR_SRC) && tar zxf $(DIR_DL)/squashfs3.0.tar.gz
  	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/squashfs3.0/linux-2.6.14/squashfs3.0-patch
  
  	# Openswan
  	cd $(DIR_SRC) && rm -rf openswan-*
! 	cd $(DIR_SRC) && tar zxf $(DIR_DL)/openswan-2.4.5.tar.gz
  	cd $(DIR_APP) && gzip -dc $(DIR_DL)/openswan-2.4.5.kernel-2.6-natt.patch.gz | patch -Np1
  	cd $(DIR_APP) && gzip -dc $(DIR_DL)/openswan-2.4.5.kernel-2.6-klips.patch.gz | patch -Np1
***************
*** 147,154 ****
  	# Patch-o-matic
  	cd $(DIR_SRC) && rm -rf iptables-*
! 	cd $(DIR_SRC) && tar xfj $(DIR_DL)/iptables-1.3.5.tar.bz2
  	cd $(DIR_SRC) && ln -snf iptables-1.3.5 iptables
  	cd $(DIR_SRC) && rm -rf patch-o-matic*
! 	cd $(DIR_SRC) && tar xfj $(DIR_DL)/patch-o-matic-ng-20060409.tar.bz2
  
  	cd $(DIR_SRC)/patch-o-matic-ng* && \
--- 147,154 ----
  	# Patch-o-matic
  	cd $(DIR_SRC) && rm -rf iptables-*
! 	cd $(DIR_SRC) && tar jxf $(DIR_DL)/iptables-1.3.5.tar.bz2
  	cd $(DIR_SRC) && ln -snf iptables-1.3.5 iptables
  	cd $(DIR_SRC) && rm -rf patch-o-matic*
! 	cd $(DIR_SRC) && tar jxf $(DIR_DL)/patch-o-matic-ng-20060409.tar.bz2
  
  	cd $(DIR_SRC)/patch-o-matic-ng* && \

Index: automake
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/automake,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** automake	7 Apr 2007 16:59:31 -0000	1.14
--- automake	7 Apr 2007 18:34:56 -0000	1.15
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr

Index: texinfo
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/texinfo,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** texinfo	7 Apr 2007 16:59:34 -0000	1.17
--- texinfo	7 Apr 2007 18:34:59 -0000	1.18
***************
*** 86,90 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 86,90 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: readline
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/readline,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** readline	7 Apr 2007 16:27:32 -0000	1.1
--- readline	7 Apr 2007 18:34:59 -0000	1.2
***************
*** 84,88 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i '/MV.*old/d' Makefile.in
--- 84,88 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i '/MV.*old/d' Makefile.in

Index: shorewall
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/shorewall,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** shorewall	5 Apr 2007 15:57:40 -0000	1.4
--- shorewall	7 Apr 2007 18:34:59 -0000	1.5
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && DEST=/etc/rc.d ./install.sh
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && DEST=/etc/rc.d ./install.sh

Index: sysklogd
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/sysklogd,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** sysklogd	7 Apr 2007 16:59:34 -0000	1.17
--- sysklogd	7 Apr 2007 18:34:59 -0000	1.18
***************
*** 86,90 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-2.patch
--- 86,90 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-2.patch

Index: gcc
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/gcc,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** gcc	7 Apr 2007 16:59:32 -0000	1.34
--- gcc	7 Apr 2007 18:34:56 -0000	1.35
***************
*** 91,95 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) $(DIR_SRC)/gcc-build && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  	@mkdir $(DIR_SRC)/gcc-build
  
--- 91,95 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) $(DIR_SRC)/gcc-build && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  	@mkdir $(DIR_SRC)/gcc-build
  

Index: glibc
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/glibc,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** glibc	7 Apr 2007 16:59:32 -0000	1.38
--- glibc	7 Apr 2007 18:34:56 -0000	1.39
***************
*** 88,92 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  	@mkdir $(DIR_SRC)/glibc-build
  
--- 88,92 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  	@mkdir $(DIR_SRC)/glibc-build
  
***************
*** 108,112 ****
  
  ifeq "$(STAGE)" "base"
! 	cd $(DIR_APP) && tar xf $(DIR_DL)/glibc-libidn-$(VER).tar.bz2
  	cd $(DIR_APP) && mv glibc-libidn-$(VER) libidn
  	# We don't install the vi_VN locale, but there's a bug with it and bash, so disable it just to be safe
--- 108,112 ----
  
  ifeq "$(STAGE)" "base"
! 	cd $(DIR_APP) && tar jxf $(DIR_DL)/glibc-libidn-$(VER).tar.bz2
  	cd $(DIR_APP) && mv glibc-libidn-$(VER) libidn
  	# We don't install the vi_VN locale, but there's a bug with it and bash, so disable it just to be safe

Index: blfs-bootscripts
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/blfs-bootscripts,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** blfs-bootscripts	7 Apr 2007 16:59:31 -0000	1.9
--- blfs-bootscripts	7 Apr 2007 18:34:56 -0000	1.10
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make install-random
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make install-random

Index: make
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/make,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** make	7 Apr 2007 16:59:32 -0000	1.16
--- make	7 Apr 2007 18:34:58 -0000	1.17
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: gettext
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/gettext,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** gettext	7 Apr 2007 16:59:32 -0000	1.21
--- gettext	7 Apr 2007 18:34:56 -0000	1.22
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: perl
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/perl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** perl	7 Apr 2007 16:59:33 -0000	1.26
--- perl	7 Apr 2007 18:34:58 -0000	1.27
***************
*** 95,99 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 95,99 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: m4
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/m4,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** m4	7 Apr 2007 16:59:32 -0000	1.19
--- m4	7 Apr 2007 18:34:58 -0000	1.20
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr

Index: bison
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/bison,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** bison	7 Apr 2007 16:59:31 -0000	1.17
--- bison	7 Apr 2007 18:34:56 -0000	1.18
***************
*** 79,83 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr
--- 79,83 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr

Index: groff
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/groff,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** groff	7 Apr 2007 16:59:32 -0000	1.12
--- groff	7 Apr 2007 18:34:57 -0000	1.13
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i -e 's/2010/002D/' -e 's/2212/002D/' -e 's/2018/0060/' -e 's/2019/0027/' \
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i -e 's/2010/002D/' -e 's/2212/002D/' -e 's/2018/0060/' -e 's/2019/0027/' \

Index: cracklib
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/cracklib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cracklib	7 Apr 2007 16:27:32 -0000	1.1
--- cracklib	7 Apr 2007 18:34:56 -0000	1.2
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \

Index: inetutils
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/inetutils,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** inetutils	7 Apr 2007 16:59:32 -0000	1.17
--- inetutils	7 Apr 2007 18:34:57 -0000	1.18
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-no_server_man_pages-2.patch
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-no_server_man_pages-2.patch

Index: pcre
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/pcre,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pcre	7 Apr 2007 16:59:33 -0000	1.13
--- pcre	7 Apr 2007 18:34:58 -0000	1.14
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \

Index: CnxADSL
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/CnxADSL,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** CnxADSL	7 Apr 2007 16:59:31 -0000	1.14
--- CnxADSL	7 Apr 2007 18:34:56 -0000	1.15
***************
*** 85,89 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xjf $(DIR_DL)/$(DL_FILE)
  
  
--- 85,89 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  

Index: ncurses
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/ncurses,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ncurses	7 Apr 2007 16:59:33 -0000	1.18
--- ncurses	7 Apr 2007 18:34:58 -0000	1.19
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: coreutils
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/coreutils,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** coreutils	7 Apr 2007 16:59:31 -0000	1.25
--- coreutils	7 Apr 2007 18:34:56 -0000	1.26
***************
*** 85,89 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 85,89 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: db
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/db,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** db	7 Apr 2007 16:27:32 -0000	1.1
--- db	7 Apr 2007 18:34:56 -0000	1.2
***************
*** 85,89 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-1.patch
--- 85,89 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-1.patch

Index: bzip2
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/bzip2,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** bzip2	7 Apr 2007 16:59:31 -0000	1.18
--- bzip2	7 Apr 2007 18:34:56 -0000	1.19
***************
*** 79,83 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 79,83 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: gawk
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/gawk,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** gawk	7 Apr 2007 16:59:32 -0000	1.18
--- gawk	7 Apr 2007 18:34:56 -0000	1.19
***************
*** 83,87 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 83,87 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: gzip
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/gzip,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** gzip	7 Apr 2007 16:59:32 -0000	1.16
--- gzip	7 Apr 2007 18:34:57 -0000	1.17
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: libtool
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/libtool,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** libtool	7 Apr 2007 16:59:32 -0000	1.14
--- libtool	7 Apr 2007 18:34:57 -0000	1.15
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr

Index: kbd
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/kbd,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** kbd	7 Apr 2007 16:59:32 -0000	1.20
--- kbd	7 Apr 2007 18:34:57 -0000	1.21
***************
*** 85,89 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "base"
--- 85,89 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "base"

Index: apache
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/apache,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** apache	7 Apr 2007 16:59:31 -0000	1.25
--- apache	7 Apr 2007 18:34:56 -0000	1.26
***************
*** 88,92 ****
  
  	# MM
! 	cd $(DIR_SRC) && tar xfz $(DIR_DL)/mm-1.4.2.tar.gz
  	cd $(DIR_SRC)/mm-1.4.2 && ./configure --disable-shared
  	cd $(DIR_SRC)/mm-1.4.2 && make -j $(PARALLELISM)
--- 88,92 ----
  
  	# MM
! 	cd $(DIR_SRC) && tar zxf $(DIR_DL)/mm-1.4.2.tar.gz
  	cd $(DIR_SRC)/mm-1.4.2 && ./configure --disable-shared
  	cd $(DIR_SRC)/mm-1.4.2 && make -j $(PARALLELISM)

Index: shadow
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/shadow,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** shadow	7 Apr 2007 16:59:33 -0000	1.31
--- shadow	7 Apr 2007 18:34:59 -0000	1.32
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}

Index: util-linux
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/util-linux,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** util-linux	7 Apr 2007 16:59:34 -0000	1.35
--- util-linux	7 Apr 2007 18:34:59 -0000	1.36
***************
*** 86,90 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 86,90 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: bash
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/bash,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** bash	7 Apr 2007 16:59:31 -0000	1.19
--- bash	7 Apr 2007 18:34:56 -0000	1.20
***************
*** 82,86 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-4.patch
--- 82,86 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-fixes-4.patch

Index: grep
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/grep,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** grep	7 Apr 2007 16:59:32 -0000	1.15
--- grep	7 Apr 2007 18:34:57 -0000	1.16
***************
*** 82,86 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  	
  ifeq "$(STAGE)" "toolchain"
--- 82,86 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  	
  ifeq "$(STAGE)" "toolchain"

Index: diffutils
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/diffutils,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** diffutils	7 Apr 2007 16:59:31 -0000	1.14
--- diffutils	7 Apr 2007 18:34:56 -0000	1.15
***************
*** 83,87 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 83,87 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: zlib
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/zlib,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** zlib	7 Apr 2007 16:59:34 -0000	1.22
--- zlib	7 Apr 2007 18:34:59 -0000	1.23
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \

Index: e2fsprogs
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/e2fsprogs,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** e2fsprogs	7 Apr 2007 16:59:32 -0000	1.29
--- e2fsprogs	7 Apr 2007 18:34:56 -0000	1.30
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	# patch ismouted from busybox, applied here also.
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	# patch ismouted from busybox, applied here also.

Index: patch
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** patch	7 Apr 2007 16:59:33 -0000	1.14
--- patch	7 Apr 2007 18:34:58 -0000	1.15
***************
*** 80,84 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"
--- 80,84 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  ifeq "$(STAGE)" "toolchain"

Index: psmisc
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/psmisc,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** psmisc	7 Apr 2007 16:59:33 -0000	1.17
--- psmisc	7 Apr 2007 18:34:59 -0000	1.18
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure	--prefix=/usr \

Index: module-init-tools
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/module-init-tools,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** module-init-tools	7 Apr 2007 16:59:33 -0000	1.8
--- module-init-tools	7 Apr 2007 18:34:58 -0000	1.9
***************
*** 83,87 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-modprobe-1.patch
--- 83,87 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-modprobe-1.patch

Index: flex
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/flex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** flex	7 Apr 2007 16:59:32 -0000	1.16
--- flex	7 Apr 2007 18:34:56 -0000	1.17
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr

Index: iproute2
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/iproute2,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** iproute2	7 Apr 2007 16:59:32 -0000	1.20
--- iproute2	7 Apr 2007 18:34:57 -0000	1.21
***************
*** 79,83 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
--- 79,83 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && sed -i '/^TARGETS/s@arpd@@g' misc/Makefile

Index: man-pages
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/man-pages,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** man-pages	7 Apr 2007 16:59:33 -0000	1.18
--- man-pages	7 Apr 2007 18:34:58 -0000	1.19
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make install
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make install

Index: autoconf
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/autoconf,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** autoconf	7 Apr 2007 16:59:31 -0000	1.13
--- autoconf	7 Apr 2007 18:34:56 -0000	1.14
***************
*** 79,83 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr
--- 79,83 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && ./configure --prefix=/usr

Index: procps
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/procps,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** procps	7 Apr 2007 16:59:33 -0000	1.16
--- procps	7 Apr 2007 18:34:58 -0000	1.17
***************
*** 80,84 ****
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make
--- 80,84 ----
  $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && make

Index: binutils
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/binutils,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** binutils	7 Apr 2007 16:59:31 -0000	1.26
--- binutils	7 Apr 2007 18:34:56 -0000	1.27
***************
*** 87,91 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) $(DIR_SRC)/binutils-build && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  	@mkdir -p $(DIR_SRC)/binutils-build
  
--- 87,91 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) $(DIR_SRC)/binutils-build && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
  	@mkdir -p $(DIR_SRC)/binutils-build
  

Index: expect
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/expect,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** expect	7 Apr 2007 16:59:32 -0000	1.20
--- expect	7 Apr 2007 18:34:56 -0000	1.21
***************
*** 82,86 ****
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-spawn-1.patch
--- 82,86 ----
  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
  	@$(PREBUILD)
! 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
  
  	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(THISAPP)-spawn-1.patch


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
IPCop-cvs mailing list
IPCop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic