From 8aafe30c082fe6478766d0d9d64ccb9dca460058 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 27 Mar 2012 13:41:41 +0200 Subject: 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 --- Makefile | 24 ------------------------ doc/index.html | 6 ------ 2 files changed, 30 deletions(-) diff --git a/Makefile b/Makefile index 47d8889..40ea25a 100644 --- a/Makefile +++ b/Makefile @@ -176,30 +176,6 @@ build-only-$(1): 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)/* diff --git a/doc/index.html b/doc/index.html index ec71efb..67a3058 100644 --- a/doc/index.html +++ b/doc/index.html @@ -873,12 +873,6 @@ USE_OSGPLUGIN(<plugin2>) where up to 4 packages are downloaded in parallel -
make strip
- -
- strip all package builds and remove unnecessary files -
-
make clean
-- cgit v0.12