瀏覽代碼

also need to depend on makedevs as noted by emalkowski in Bug #366

Mike Frysinger 20 年之前
父節點
當前提交
ab3bf08f9c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      target/ext2/ext2root.mk
  2. 1 1
      target/jffs2/jffs2root.mk

+ 1 - 1
target/ext2/ext2root.mk

@@ -65,7 +65,7 @@ else
 EXT2_TARGET := $(EXT2_BASE)
 EXT2_TARGET := $(EXT2_BASE)
 endif
 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;
 	-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
 	@rm -rf $(TARGET_DIR)/usr/man
 	@rm -rf $(TARGET_DIR)/usr/man
 	@rm -rf $(TARGET_DIR)/usr/share/man
 	@rm -rf $(TARGET_DIR)/usr/share/man

+ 1 - 1
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
 # value of MKFS_JFFS2 to either the previously installed copy or the one
 # just built.
 # 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;
 	-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
 	@rm -rf $(TARGET_DIR)/usr/man
 	@rm -rf $(TARGET_DIR)/usr/man
 	@rm -rf $(TARGET_DIR)/usr/share/man
 	@rm -rf $(TARGET_DIR)/usr/share/man