mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
findutils: use install-strip for target install
This commit is contained in:
parent
e3556c8862
commit
87d3e5f961
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user