summaryrefslogtreecommitdiffstats
path: root/target/ext2
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-06-16 17:55:32 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-06-16 17:55:32 +0000
commitd04f3b5aaf09d3a981194fbe0d60738eaf439b76 (patch)
tree640ce2ff4e7ab128c612491ab3a0473d194dcba5 /target/ext2
parente894d1ac6c76a7ff48c753659dccc89f2c3e73ab (diff)
downloadbuildroot-novena-d04f3b5aaf09d3a981194fbe0d60738eaf439b76.tar.gz
buildroot-novena-d04f3b5aaf09d3a981194fbe0d60738eaf439b76.zip
Get rid of extra directory entries.
Diffstat (limited to 'target/ext2')
-rw-r--r--target/ext2/ext2root.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk
index 600cf134b..08a407eab 100644
--- a/target/ext2/ext2root.mk
+++ b/target/ext2/ext2root.mk
@@ -91,6 +91,7 @@ $(EXT2_BASE): host-fakeroot makedevs genext2fs
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/share/man
@rm -rf $(TARGET_DIR)/usr/info
+ @rmdir -p --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
-/sbin/ldconfig -r $(TARGET_DIR) 2>/dev/null
# Use fakeroot to pretend all target binaries are owned by root
rm -f $(STAGING_DIR)/_fakeroot.$(notdir $(EXT2_TARGET))