diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-27 11:41:41 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-27 11:41:41 (GMT) |
commit | 8aafe30c082fe6478766d0d9d64ccb9dca460058 (patch) | |
tree | e6910d06ea47328d9672ed6cc4a5028727f85255 | |
parent | e86ebf0526cc2be058d4992241bd18650de554ac (diff) | |
download | mxe-8aafe30c082fe6478766d0d9d64ccb9dca460058.zip mxe-8aafe30c082fe6478766d0d9d64ccb9dca460058.tar.gz mxe-8aafe30c082fe6478766d0d9d64ccb9dca460058.tar.bz2 |
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
-rw-r--r-- | Makefile | 24 | ||||
-rw-r--r-- | doc/index.html | 6 |
2 files changed, 0 insertions, 30 deletions
@@ -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 </dd> - <dt>make strip</dt> - - <dd> - strip all package builds and remove unnecessary files - </dd> - <dt>make clean</dt> <dd> |