From: Michael Tremer Date: Wed, 29 Apr 2009 20:31:47 +0000 (+0200) Subject: Updated lfs/strip. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beeca58a490236db7e63a2dd9c1e74b84ad943b0;p=ipfire-3.x.git Updated lfs/strip. --- diff --git a/lfs/strip b/lfs/strip index 26e9697c4..54d8af9c1 100644 --- a/lfs/strip +++ b/lfs/strip @@ -25,11 +25,27 @@ 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