From: Michael Tremer Date: Wed, 11 Jun 2008 08:46:41 +0000 (+0200) Subject: Added stage1 X-Git-Tag: v3.0-alpha1~978^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=239e34fc76b2ae7b11032171be5cf72f887d54aa;p=ipfire-3.x.git Added stage1 --- diff --git a/lfs/stage1 b/lfs/stage1 new file mode 100644 index 000000000..8b12af55c --- /dev/null +++ b/lfs/stage1 @@ -0,0 +1,49 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# # +# This program 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 3 of the License, or # +# (at your option) any later version. # +# # +# This program 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 this program. If not, see . # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +PKG_NAME = stage1 +VER = LFS + +THISAPP = $(PKG_NAME)-$(VER) + +TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +install : $(TARGET) + +download : + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : + @$(PREBUILD) + + @$(POSTBUILD)