mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Strip binaries at install. Closes #1365
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user