]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Made a simple make package.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 21 Feb 2008 18:02:12 +0000 (18:02 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 21 Feb 2008 18:02:12 +0000 (18:02 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1225 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/packages/make [moved from config/rootfiles/common/make with 95% similarity]
lfs/make

similarity index 95%
rename from config/rootfiles/common/make
rename to config/rootfiles/packages/make
index e0c30c39339a2cd57f055d4662d3b37849f6c508..1b308be8cbb5f1f1db122d0a0674d641d618a128 100644 (file)
@@ -1,4 +1,4 @@
-#usr/bin/make
+usr/bin/make
 #usr/info/make.info
 #usr/info/make.info-1
 #usr/info/make.info-10
index d07a19ded7744c1cfa802738b84fdee36118c386..dbd197470dbd05591ce3b8d95a8e83650b34c72e 100644 (file)
--- a/lfs/make
+++ b/lfs/make
@@ -30,6 +30,10 @@ THISAPP    = make-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
+PROG       = make
+PAK_VER    = 1
+
+DEPS       = ""
 
 # Normal build or /tools build.
 #
@@ -63,6 +67,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
+dist: 
+       @$(PAK)
+
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################