findutils: use install-strip for target install

This commit is contained in:
Peter Korsgaard 2008-09-16 20:57:17 +00:00
parent e3556c8862
commit 87d3e5f961
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ findutils-target_binary: $(FINDUTILS_DIR)/$(FINDUTILS_BINARY)
-o $(TARGET_DIR)/$(FINDUTILS_TARGET_BINARY) \
-ot $(FINDUTILS_DIR)/$(FINDUTILS_BINARY) ]; then \
set -x; \
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(FINDUTILS_DIR) install; \
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(FINDUTILS_DIR) install-strip; \
$(STRIPCMD) $(TARGET_DIR)/usr/lib/locate/* > /dev/null 2>&1; \
fi
ifneq ($(BR2_HAVE_INFOPAGES),y)