summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-27 11:41:41 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-27 11:41:41 (GMT)
commit8aafe30c082fe6478766d0d9d64ccb9dca460058 (patch)
treee6910d06ea47328d9672ed6cc4a5028727f85255 /Makefile
parente86ebf0526cc2be058d4992241bd18650de554ac (diff)
downloadmxe-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 0 insertions, 24 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)/*