Strip binaries at install. Closes #1365

This commit is contained in:
Peter Korsgaard 2007-05-23 15:41:48 +00:00
parent a3bf044725
commit ab06ab7654

View File

@ -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))