소스 검색

- 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.

Bernhard Reutner-Fischer 19 년 전
부모
커밋
6102f447aa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      target/tar/tarroot.mk

+ 2 - 2
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