Revision: 2749
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2749&view=rev
Author:   gespinasse
Date:     2009-04-28 08:57:45 +0000 (Tue, 28 Apr 2009)

Log Message:
-----------
Rebuild the bootloader to include the new conf file if this file has been 
updated

Modified Paths:
--------------
    ipcop/trunk/lfs/silo
    ipcop/trunk/lfs/syslinux
    ipcop/trunk/lfs/yaboot

Modified: ipcop/trunk/lfs/silo
===================================================================
--- ipcop/trunk/lfs/silo        2009-04-27 20:29:24 UTC (rev 2748)
+++ ipcop/trunk/lfs/silo        2009-04-28 08:57:45 UTC (rev 2749)
@@ -81,7 +81,7 @@
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) 
$(DIR_SRC)/config/arch/sparc/silo.conf
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 

Modified: ipcop/trunk/lfs/syslinux
===================================================================
--- ipcop/trunk/lfs/syslinux    2009-04-27 20:29:24 UTC (rev 2748)
+++ ipcop/trunk/lfs/syslinux    2009-04-28 08:57:45 UTC (rev 2749)
@@ -78,7 +78,7 @@
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) 
$(DIR_SRC)/config/arch/i486/extlinux.conf
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 

Modified: ipcop/trunk/lfs/yaboot
===================================================================
--- ipcop/trunk/lfs/yaboot      2009-04-27 20:29:24 UTC (rev 2748)
+++ ipcop/trunk/lfs/yaboot      2009-04-28 08:57:45 UTC (rev 2749)
@@ -83,7 +83,7 @@
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) 
$(DIR_SRC)/config/arch/ppc/yaboot.conf
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to