summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2005-12-10 15:40:45 +0100
committerBernhard Reutner-Fischer2005-12-10 15:40:45 +0100
commit6102f447aabce7f3214838e723f0d6b879c83e1d (patch)
treea6b9045bc0b6e2d259b8b1e2e21f54434adbb620 /target
parentRemove unneeded patch. (diff)
downloadbuildroot-6102f447aabce7f3214838e723f0d6b879c83e1d.tar.gz
buildroot-6102f447aabce7f3214838e723f0d6b879c83e1d.tar.xz
buildroot-6102f447aabce7f3214838e723f0d6b879c83e1d.zip
- remove doublequotes from rootfs tar options
busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
Diffstat (limited to 'target')
-rw-r--r--target/tar/tarroot.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/tar/tarroot.mk b/target/tar/tarroot.mk
index 307220ad2..867adc1b9 100644
--- a/target/tar/tarroot.mk
+++ b/target/tar/tarroot.mk
@@ -4,8 +4,8 @@
#
#############################################################
-TAR_OPTS := $(strip $(BR2_TARGET_ROOTFS_TAR_OPTIONS))
-
+TAR_OPTS := $(strip $(subst ",, $(BR2_TARGET_ROOTFS_TAR_OPTIONS)))
+#"
tarroot: host-fakeroot makedevs $(STAGING_DIR)/fakeroot.env
-@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
@rm -rf $(TARGET_DIR)/usr/man