summaryrefslogtreecommitdiff
path: root/target/tar
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-07-14 23:30:39 +0000
committerEric Andersen <andersen@codepoet.org>2005-07-14 23:30:39 +0000
commit5ef0c31bf4bd98805cf37da90e134f4a0f4acc83 (patch)
tree7cf4e498527c41e61a913606cd2212a6e5fc437a /target/tar
parent09aab3514756605e083a54c32721b335953558a6 (diff)
Run ldconfig on the target rootfs to generate /etc/ld.so.cache
Diffstat (limited to 'target/tar')
-rw-r--r--target/tar/tarroot.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/tar/tarroot.mk b/target/tar/tarroot.mk
index 2154b2c39..d5837442b 100644
--- a/target/tar/tarroot.mk
+++ b/target/tar/tarroot.mk
@@ -10,6 +10,7 @@ tarroot: host-fakeroot makedevs
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/info
+ /sbin/ldconfig -r $(TARGET_DIR)
# Use fakeroot to munge permissions and do root-like things
rm -f $(STAGING_DIR)/fakeroot.env
touch $(STAGING_DIR)/fakeroot.env