summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorMike Frysinger2005-08-08 02:42:49 +0200
committerMike Frysinger2005-08-08 02:42:49 +0200
commitab3bf08f9c3009364da713bbda03902b9cc06d3b (patch)
tree806bfe2b19fcb5c94caa0cc81c1e7dd34c8db906 /target
parentmake sure we depend on fakeroot existing #366 by pnoffke (diff)
downloadbuildroot-ab3bf08f9c3009364da713bbda03902b9cc06d3b.tar.gz
buildroot-ab3bf08f9c3009364da713bbda03902b9cc06d3b.tar.xz
buildroot-ab3bf08f9c3009364da713bbda03902b9cc06d3b.zip
also need to depend on makedevs as noted by emalkowski in Bug #366
Diffstat (limited to 'target')
-rw-r--r--target/ext2/ext2root.mk2
-rw-r--r--target/jffs2/jffs2root.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk
index 130ce2465..49b2e076f 100644
--- a/target/ext2/ext2root.mk
+++ b/target/ext2/ext2root.mk
@@ -65,7 +65,7 @@ else
EXT2_TARGET := $(EXT2_BASE)
endif
-$(EXT2_BASE): host-fakeroot genext2fs
+$(EXT2_BASE): host-fakeroot makedevs genext2fs
-@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
diff --git a/target/jffs2/jffs2root.mk b/target/jffs2/jffs2root.mk
index 302311e46..32b8ab8bb 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 mtd-host
+$(JFFS2_TARGET): host-fakeroot makedevs 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