From 5bfaa0bb404fb2342d7c34c37caa6f500e9f44b9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 7 Aug 2005 08:30:24 +0000 Subject: make sure ext2 target depends on fakeroot --- target/ext2/ext2root.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'target/ext2') diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk index a934c5a5a..130ce2465 100644 --- a/target/ext2/ext2root.mk +++ b/target/ext2/ext2root.mk @@ -65,12 +65,14 @@ else EXT2_TARGET := $(EXT2_BASE) endif -$(EXT2_BASE): genext2fs +$(EXT2_BASE): host-fakeroot 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 @rm -rf $(TARGET_DIR)/usr/info - /sbin/ldconfig -r $(TARGET_DIR) + test -e "$(TARGET_DIR)/etc/ld.so.conf" \ + && /sbin/ldconfig -r $(TARGET_DIR) \ + || true # Use fakeroot to pretend all target binaries are owned by root $(STAGING_DIR)/usr/bin/fakeroot \ -i $(STAGING_DIR)/fakeroot.env \ -- cgit v1.2.3