diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-08 07:53:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-08 07:53:10 +0000 |
commit | d70e7f4f1e662622ed9809948a0f585fc390982b (patch) | |
tree | 50ed84db09c0ea726ca4a91bdd50406e3bb7a00f /target/jffs2/jffs2root.mk | |
parent | 06c5ff4e823cab16987d89c585ef2de4a3db2a7b (diff) |
Prevent problems with fakeroot possibly trying to use stale host filesystem
inodes by carefully regenerating fakeroot.env from package specific files.
Diffstat (limited to 'target/jffs2/jffs2root.mk')
-rw-r--r-- | target/jffs2/jffs2root.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/jffs2/jffs2root.mk b/target/jffs2/jffs2root.mk index 03a055880..c5efae525 100644 --- a/target/jffs2/jffs2root.mk +++ b/target/jffs2/jffs2root.mk @@ -38,7 +38,7 @@ JFFS2_TARGET := $(subst ",,$(BR2_TARGET_ROOTFS_JFFS2_OUTPUT)) # value of MKFS_JFFS2 to either the previously installed copy or the one # just built. # -$(JFFS2_TARGET): host-fakeroot makedevs mtd-host +$(JFFS2_TARGET): host-fakeroot makedevs $(STAGING_DIR)/fakeroot.env mtd-host -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true; @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/share/man |