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

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[2376] ipcop/trunk
From:       owes () users ! sourceforge ! net
Date:       2009-01-24 22:04:03
Message-ID: E1LQqbj-0001St-OU () 74yxhf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 2376
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2376&view=rev
Author:   owes
Date:     2009-01-24 22:04:03 +0000 (Sat, 24 Jan 2009)

Log Message:
-----------
Drop as86 and mbr.
We use the MBR from syslinux now.

Modified Paths:
--------------
    ipcop/trunk/make.sh

Removed Paths:
-------------
    ipcop/trunk/config/rootfiles/arch_i486/as86
    ipcop/trunk/config/rootfiles/arch_i486/mbr
    ipcop/trunk/lfs/as86
    ipcop/trunk/lfs/mbr

Deleted: ipcop/trunk/config/rootfiles/arch_i486/as86
===================================================================
--- ipcop/trunk/config/rootfiles/arch_i486/as86	2009-01-24 22:01:32 UTC (rev 2375)
+++ ipcop/trunk/config/rootfiles/arch_i486/as86	2009-01-24 22:04:03 UTC (rev 2376)
@@ -1,2 +0,0 @@
-#usr/bin/as86
-#usr/bin/as86_encap

Deleted: ipcop/trunk/config/rootfiles/arch_i486/mbr
===================================================================
--- ipcop/trunk/config/rootfiles/arch_i486/mbr	2009-01-24 22:01:32 UTC (rev 2375)
+++ ipcop/trunk/config/rootfiles/arch_i486/mbr	2009-01-24 22:04:03 UTC (rev 2376)
@@ -1,2 +0,0 @@
-#usr/local/sbin/install-mbr
-#usr/local/share/man/man8/install-mbr.8

Deleted: ipcop/trunk/lfs/as86
===================================================================
--- ipcop/trunk/lfs/as86	2009-01-24 22:01:32 UTC (rev 2375)
+++ ipcop/trunk/lfs/as86	2009-01-24 22:04:03 UTC (rev 2376)
@@ -1,88 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall.                                    #
-#                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation; either version 2 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
-#                                                                             #
-# Modifications by:                                                           #
-#     2006-jan  Gilles Espinasse                                              #
-#                                                                             #
-# $Id$
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME   = as
-VER        = 0.16.17
-HOST_ARCH  = i486
-OTHER_SRC  = yes
-
-THISAPP    = as86-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://homepage.ntlworld.com/robert.debath/dev86
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-CFLAGS	   =
-CXXFLAGS   =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5 = 69bca69aec7a272362bc9e050d289d12
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-	@$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-	@$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-	@$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(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
-	cd $(DIR_APP) && make install
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)

Deleted: ipcop/trunk/lfs/mbr
===================================================================
--- ipcop/trunk/lfs/mbr	2009-01-24 22:01:32 UTC (rev 2375)
+++ ipcop/trunk/lfs/mbr	2009-01-24 22:04:03 UTC (rev 2376)
@@ -1,88 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall.                                    #
-#                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation; either version 2 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
-#                                                                             #
-# Modifications by:                                                           #
-#                                                                             #
-# $Id$
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME   = mbr
-VER        = 1.1.11
-HOST_ARCH  = i486
-OTHER_SRC  = yes
-
-THISAPP    = mbr-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://www.chiark.greenend.org.uk/~neilt/mbr
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-CFLAGS	   =
-CXXFLAGS   =
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/mbr.tar.gz
-
-$(DL_FILE)_MD5 = 4e406ded185f94c2d2bf5fc793ac1842
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-	@$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-	@$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-	@$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(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
-	cd $(DIR_APP) && make
-	cd $(DIR_APP) && make install
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh	2009-01-24 22:01:32 UTC (rev 2375)
+++ ipcop/trunk/make.sh	2009-01-24 22:04:03 UTC (rev 2376)
@@ -1915,8 +1915,6 @@
 	chroot_make netboot
 
 	if [ x"${SKIP_USB_IMAGES}" != x"yes" ]; then
-		#chroot_make as86		# DEBUG -- what's wrong here?
-		#chroot_make mbr		# DEBUG -- what's wrong here?
 		chroot_make usb-key
 	else
 		echo "Skip usb images to save time"


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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


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

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