summaryrefslogtreecommitdiff
path: root/target/ext2
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/ext2
parent09aab3514756605e083a54c32721b335953558a6 (diff)
Run ldconfig on the target rootfs to generate /etc/ld.so.cache
Diffstat (limited to 'target/ext2')
-rw-r--r--target/ext2/ext2root.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk
index 7f6065c6e..8056fafcd 100644
--- a/target/ext2/ext2root.mk
+++ b/target/ext2/ext2root.mk
@@ -70,6 +70,7 @@ $(EXT2_BASE): genext2fs
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/share/man
@rm -rf $(TARGET_DIR)/usr/info
+ /sbin/ldconfig -r $(TARGET_DIR)
ifeq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)
GENEXT2_REALSIZE=`LANG=C du -l -s -c -k $(TARGET_DIR) | grep total | sed -e "s/total//"`; \
GENEXT2_ADDTOROOTSIZE=`if [ $$GENEXT2_REALSIZE -ge 20000 ] ; then echo 16384; else echo 2400; fi`; \