- remove doublequotes from rootfs tar options
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 10 Dec 2005 14:40:45 +0000 (14:40 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 10 Dec 2005 14:40:45 +0000 (14:40 -0000)
  busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.

target/tar/tarroot.mk

index 307220ad25a266bdd55bc56aae8a785093793daa..867adc1b92e64a5eb4e7ef7d32b0b3d10d4b9e44 100644 (file)
@@ -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