]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated lfs/strip.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 20:31:47 +0000 (22:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 20:31:47 +0000 (22:31 +0200)
lfs/strip

index 26e9697c487d43da1726c69124bc4e6e420ba9c8..54d8af9c144752b38eaba91b13e4673c265d1d47 100644 (file)
--- a/lfs/strip
+++ b/lfs/strip
 include Config
 
 PKG_NAME   = strip
-PKG_VER    = LFS
+PKG_VER    =
+PKG_REL    = -1
+
+THISAPP    = $(PKG_NAME)
 
-THISAPP    = $(PKG_NAME)-$(PKG_VER)
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      =
+EXTRA      = no
+DEBUG      = no
+DEPS       =
+
+URL        =
+LICENSE    =
+SHORT_DESC = This script strips the whole system.
+
+define LONG_DESC
+       This script strips the whole system.
+endef
+
 WHAT       = -mount -type f -not -path '.$(TOOLS_DIR)*' \
        -not -path './tmp*' -not -path './usr/src*' -not -path './dev*' \
        -not -path './proc*' -not -path './sys*' -not -name '*.h' \
@@ -43,15 +59,26 @@ WHAT       = -mount -type f -not -path '.$(TOOLS_DIR)*' \
 # Top-level Rules
 ###############################################################################
 
-install : $(OBJECT)
+objects =
+
+download: $(objects)
+
+info:
+       $(DO_PKG_INFO)
+
+install: $(OBJECT)
+
+package:
+       @$(DO_PACKAGE)
 
-download :
+$(objects):
+       @$(LOAD)
 
 ###############################################################################
 # Installation Details
 ###############################################################################
 
-$(OBJECT) :
+$(OBJECT): $(objects)
 
 ifeq "$(STAGE)" "toolchain"
        ## Strip debugging symbols