summaryrefslogtreecommitdiff
path: root/subdir.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-01 00:24:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-04-01 00:24:12 +0200
commitb1ca9642a2a3968a6f6ab80c6d2f1c37e9046d3d (patch)
tree574374816d3d9fe2b8276bbe709bfe0a5611e4c5 /subdir.mak
parent607cd90cdbcc1bf1160dc4ee15b079fd5a568462 (diff)
Revert "Remove support for stripping executables"
People did not like this change. This reverts commit e0be794a71be25a350f68287ee291b4942bcb7d8.
Diffstat (limited to 'subdir.mak')
-rw-r--r--subdir.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/subdir.mak b/subdir.mak
index 7fdeddcceb..8a407fe164 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -60,6 +60,7 @@ distclean:: clean
install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
$(Q)mkdir -p "$(SHLIBDIR)"
$$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
+ $$(STRIP) "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
$(Q)cd "$(SHLIBDIR)" && \
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
$(Q)cd "$(SHLIBDIR)" && \