From d70e7f4f1e662622ed9809948a0f585fc390982b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 8 Aug 2005 07:53:10 +0000 Subject: Prevent problems with fakeroot possibly trying to use stale host filesystem inodes by carefully regenerating fakeroot.env from package specific files. --- target/squashfs/squashfsroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/squashfs/squashfsroot.mk') diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index 6fd106a5e..4a2ff2880 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -53,7 +53,7 @@ ifeq ($(strip $(BR2_sparc)),y) SQUASHFS_ENDIANNESS=-be endif -squashfsroot: host-fakeroot makedevs squashfs +squashfsroot: host-fakeroot makedevs $(STAGING_DIR)/fakeroot.env squashfs -@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 -- cgit v1.2.3