summaryrefslogtreecommitdiff
path: root/subdir.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-29 20:50:26 +0100
committerMans Rullgard <mans@mansr.com>2011-03-29 22:05:04 +0100
commite0be794a71be25a350f68287ee291b4942bcb7d8 (patch)
treee58b4183f2ce3fc39e405f5905863537e63e1176 /subdir.mak
parentd782bca4156cfd91cd3d9a7d4eda6ff580915170 (diff)
Remove support for stripping executables
Stripping is generally best left to package management tools, and since unstripped copies are kept in the build tree, any arguments about saving space (no matter how insignificant) are void. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'subdir.mak')
-rw-r--r--subdir.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/subdir.mak b/subdir.mak
index 8a407fe164..7fdeddcceb 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -60,7 +60,6 @@ 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)" && \