From: Peter Korsgaard Date: Wed, 23 May 2007 15:41:48 +0000 (-0000) Subject: Strip binaries at install. Closes #1365 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab06ab7654dad78d1c88078de23b7be3cbadba03;p=buildroot.git Strip binaries at install. Closes #1365 --- diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk index 3cc6166c44..4cd5370a83 100644 --- a/package/ncftp/ncftp.mk +++ b/package/ncftp/ncftp.mk @@ -41,6 +41,7 @@ $(NCFTP_DIR)/bin/%: $(NCFTP_DIR)/.configured $(TARGET_DIR)/usr/bin/ncftp $(TARGET_DIR)/usr/bin/ncftp%: $(addprefix $(NCFTP_DIR)/bin/, $(NCFTP_TARGET_BINS)) $(INSTALL) -m 0755 $(NCFTP_DIR)/bin/$(notdir $@) $(TARGET_DIR)/usr/bin + $(STRIP) -s $@ ncftp: uclibc $(addprefix $(TARGET_DIR)/usr/bin/, $(NCFTP_TARGET_BINS))