changeset 2330:95a79430eec1

Remove the old and probably incorrectly working "make strip" feature More information: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00068.html
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 27 Mar 2012 13:41:41 +0200
parents 466e77a78672
children 0148ba5c1bd7
files Makefile doc/index.html
diffstat 2 files changed, 0 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Mar 27 13:29:57 2012 +0200
+++ b/Makefile	Tue Mar 27 13:41:41 2012 +0200
@@ -176,30 +176,6 @@
 endef
 $(foreach PKG,$(PKGS),$(eval $(call PKG_RULE,$(PKG),$(call TMP_DIR,$(PKG)))))
 
-.PHONY: strip
-strip:
-	rm -rf \
-	    '$(PREFIX)/include' \
-	    '$(PREFIX)/info' \
-	    '$(PREFIX)/lib/libiberty.a' \
-	    '$(PREFIX)/man' \
-	    '$(PREFIX)/share' \
-	    '$(PREFIX)/$(TARGET)/etc' \
-	    '$(PREFIX)/$(TARGET)/doc' \
-	    '$(PREFIX)/$(TARGET)/info' \
-	    '$(PREFIX)/$(TARGET)/lib'/*.def \
-	    '$(PREFIX)/$(TARGET)/man' \
-	    '$(PREFIX)/$(TARGET)/sbin'
-	-strip -Sx \
-	    '$(PREFIX)/bin'/* \
-	    '$(PREFIX)/libexec/gcc/$(TARGET)'/*/* \
-	    '$(PREFIX)/$(TARGET)/bin'/*
-	-$(TARGET)-strip -S \
-	    '$(PREFIX)/lib/gcc/$(TARGET)'/*/*.a \
-	    '$(PREFIX)/lib/gcc/$(TARGET)'/*/*.o \
-	    '$(PREFIX)/$(TARGET)/lib'/*.a \
-	    '$(PREFIX)/$(TARGET)/lib'/*.o
-
 .PHONY: clean
 clean:
 	rm -rf $(call TMP_DIR,*) $(PREFIX)/*
--- a/doc/index.html	Tue Mar 27 13:29:57 2012 +0200
+++ b/doc/index.html	Tue Mar 27 13:41:41 2012 +0200
@@ -873,12 +873,6 @@
         where up to 4 packages are downloaded in parallel
         </dd>
 
-    <dt>make strip</dt>
-
-        <dd>
-        strip all package builds and remove unnecessary files
-        </dd>
-
     <dt>make clean</dt>
 
         <dd>