diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-14 23:30:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-14 23:30:39 +0000 |
commit | 5ef0c31bf4bd98805cf37da90e134f4a0f4acc83 (patch) | |
tree | 7cf4e498527c41e61a913606cd2212a6e5fc437a /target/squashfs/squashfsroot.mk | |
parent | 09aab3514756605e083a54c32721b335953558a6 (diff) | |
download | buildroot-novena-5ef0c31bf4bd98805cf37da90e134f4a0f4acc83.tar.gz buildroot-novena-5ef0c31bf4bd98805cf37da90e134f4a0f4acc83.zip |
Run ldconfig on the target rootfs to generate /etc/ld.so.cache
Diffstat (limited to 'target/squashfs/squashfsroot.mk')
-rw-r--r-- | target/squashfs/squashfsroot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index 7aac15c7d..abbd61848 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -57,6 +57,7 @@ squashfsroot: squashfs 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 |