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

List:       ipcop-cvs
Subject:    [IPCop-cvs] ipcop/lfs linux,1.42.2.14,1.42.2.15
From:       Alan Hourihane <alanh () users ! sourceforge ! net>
Date:       2004-05-31 18:01:13
Message-ID: E1BUr61-0005vq-K1 () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

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

Modified Files:
      Tag: IPCOP_v1_4_0
	linux 
Log Message:
use $(THISAPP)


Index: linux
===================================================================
RCS file: /cvsroot/ipcop/ipcop/lfs/linux,v
retrieving revision 1.42.2.14
retrieving revision 1.42.2.15
diff -C2 -d -r1.42.2.14 -r1.42.2.15
*** linux	31 May 2004 17:54:14 -0000	1.42.2.14
--- linux	31 May 2004 18:01:10 -0000	1.42.2.15
***************
*** 69,76 ****
  	@cd $(DIR_TMP) && wget --spider -nv \
http://www.openswan.org/code/openswan-1.0.4.tar.gz  @cd $(DIR_TMP) && wget --spider \
                -nv http://www.netfilter.org/files/patch-o-matic-20031219.tar.bz2
! 	@cd $(DIR_TMP) && wget --spider -nv \
                http://www.linuxfromscratch.org/patches/downloads/linux/linux-2.4.25-ssp-1.patch
                
! 	@cd $(DIR_TMP) && wget --spider -nv \
http://www.linuxfromscratch.org/patches/downloads/linux/linux-2.4.26-frandom-1.patch  \
                
! download : $(DIR_DL)/$(DL_FILE) $(DIR_DL)/openswan-1.0.4.tar.gz \
$(DIR_DL)/patch-o-matic-20031219.tar.bz2 $(DIR_DL)/linux-2.4.25-ssp-1.patch \
$(DIR_DL)/linux-2.4.26-frandom-1.patch  
  uninstall :
--- 69,76 ----
  	@cd $(DIR_TMP) && wget --spider -nv \
http://www.openswan.org/code/openswan-1.0.4.tar.gz  @cd $(DIR_TMP) && wget --spider \
                -nv http://www.netfilter.org/files/patch-o-matic-20031219.tar.bz2
! 	@cd $(DIR_TMP) && wget --spider -nv \
                http://www.linuxfromscratch.org/patches/downloads/linux/$(THISAPP)-ssp-1.patch
                
! 	@cd $(DIR_TMP) && wget --spider -nv \
http://www.linuxfromscratch.org/patches/downloads/linux/$(THISAPP)-frandom-2.patch  
! download : $(DIR_DL)/$(DL_FILE) $(DIR_DL)/openswan-1.0.4.tar.gz \
$(DIR_DL)/patch-o-matic-20031219.tar.bz2 $(DIR_DL)/$(THISAPP)-ssp-1.patch \
$(DIR_DL)/$(THISAPP)-frandom-2.patch  
  uninstall :
***************
*** 103,113 ****
  	@mv $(DIR_TMP)/patch-o-matic-20031219.tar.bz2 $(DIR_DL)
  
! $(DIR_DL)/linux-2.4.25-ssp-1.patch :
! 	@cd $(DIR_TMP) && wget -c -nv \
                http://www.linuxfromscratch.org/patches/downloads/linux/linux-2.4.25-ssp-1.patch
                
! 	@mv $(DIR_TMP)/linux-2.4.25-ssp-1.patch $(DIR_DL)
  
! $(DIR_DL)/linux-2.4.26-frandom-1.patch :
! 	@cd $(DIR_TMP) && wget -c -nv \
                http://www.linuxfromscratch.org/patches/downloads/linux/linux-2.4.26-frandom-1.patch
                
! 	@mv $(DIR_TMP)/linux-2.4.26-frandom-1.patch $(DIR_DL)
  
  ###############################################################################
--- 103,113 ----
  	@mv $(DIR_TMP)/patch-o-matic-20031219.tar.bz2 $(DIR_DL)
  
! $(DIR_DL)/$(THISAPP)-ssp-1.patch :
! 	@cd $(DIR_TMP) && wget -c -nv \
                http://www.linuxfromscratch.org/patches/downloads/linux/$(THISAPP)-ssp-1.patch
                
! 	@mv $(DIR_TMP)/$(THISAPP)-ssp-1.patch $(DIR_DL)
  
! $(DIR_DL)/$(THISAPP)-frandom-2.patch :
! 	@cd $(DIR_TMP) && wget -c -nv \
                http://www.linuxfromscratch.org/patches/downloads/linux/$(THISAPP)-frandom-2.patch
                
! 	@mv $(DIR_TMP)/$(THISAPP)-frandom-2.patch $(DIR_DL)
  
  ###############################################################################
***************
*** 115,119 ****
  ###############################################################################
  
! $(TARGET) : $(DIR_DL)/$(DL_FILE) $(DIR_DL)/openswan-1.0.4.tar.gz \
$(DIR_DL)/patch-o-matic-20031219.tar.bz2 $(DIR_DL)/linux-2.4.25-ssp-1.patch \
$(DIR_DL)/linux-2.4.26-frandom-1.patch  @$(PREBUILD)
  	@rm -rf $(DIR_APP) $(DIR_SRC)/linux && cd $(DIR_SRC) && tar zxf \
                $(DIR_DL)/$(DL_FILE)
--- 115,119 ----
  ###############################################################################
  
! $(TARGET) : $(DIR_DL)/$(DL_FILE) $(DIR_DL)/openswan-1.0.4.tar.gz \
$(DIR_DL)/patch-o-matic-20031219.tar.bz2 $(DIR_DL)/$(THISAPP)-ssp-1.patch \
$(DIR_DL)/$(THISAPP)-frandom-2.patch  @$(PREBUILD)
  	@rm -rf $(DIR_APP) $(DIR_SRC)/linux && cd $(DIR_SRC) && tar zxf \
                $(DIR_DL)/$(DL_FILE)
***************
*** 152,159 ****
  
  	# frandom patch
! 	cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/linux-2.4.26-frandom-1.patch
  
  	# Propolice
! 	cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/linux-2.4.25-ssp-1.patch
  
  	# Cleanup kernel source
--- 152,159 ----
  
  	# frandom patch
! 	cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/$(THISAPP)-frandom-2.patch
  
  	# Propolice
! 	cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/$(THISAPP)-ssp-1.patch
  
  	# Cleanup kernel source



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
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