From e0be794a71be25a350f68287ee291b4942bcb7d8 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 29 Mar 2011 20:50:26 +0100 Subject: 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 --- subdir.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'subdir.mak') 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)" && \ -- cgit v1.2.3