target: paths may need stripping
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 8 Dec 2008 09:06:59 +0000 (09:06 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 8 Dec 2008 09:06:59 +0000 (09:06 -0000)
r24310 removed a few too many strips.

target/tar/tarroot.mk
target/ubifs/ubifsroot.mk

index d88346635e70041de4c9bf25282f9573d561b84e..a3df84461f55d508d406f401f0926a09536d4c6f 100644 (file)
@@ -21,7 +21,7 @@ ifeq ($(BR2_TARGET_ROOTFS_TAR_LZMA),y)
 TAR_COMPRESSOR:=lzma -9 -c
 TAR_COMPRESSOR_EXT:=lzma
 endif
-ROOTFS_TAR_COPYTO:=$(subst ",,$(BR2_TARGET_ROOTFS_TAR_COPYTO))
+ROOTFS_TAR_COPYTO:=$(strip $(subst ",,$(BR2_TARGET_ROOTFS_TAR_COPYTO)))
 # "))
 
 tarroot: host-fakeroot makedevs
index d4d9d917329985f344a30a9d51601873f65c624e..d397ff2f5008a6c937f808172d84a09e81733460 100644 (file)
@@ -113,7 +113,7 @@ $(UBIFS_BASE).$(UBIFS_ROOTFS_COMPRESSOR_EXT): $(UBIFS_ROOTFS_COMPRESSOR_PREREQ)
        $(UBIFS_ROOTFS_COMPRESSOR) $(UBIFS_BASE) > $(UBIFS_TARGET)
 endif
 
-UBIFS_COPYTO := $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO))
+UBIFS_COPYTO := $(strip $(subst ",,$(BR2_TARGET_ROOTFS_UBIFS_COPYTO)))
 # "))
 
 ubifsroot: $(UBIFS_TARGET)