build: handle directory with whitespace in AUTOREMOVE clean
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 7 Sep 2022 21:50:36 +0000 (23:50 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 4 Dec 2022 16:18:37 +0000 (17:18 +0100)
commit12b1d2f700188e7f6fbb9761510c83e36079ddc6
tree9e45a82a1765fea93dd3c0f90beb202c992dbb26
parent006e52545d1421affba9c993c70996e0f9f6e596
build: handle directory with whitespace in AUTOREMOVE clean

Package with whitespace in their build directory are not correctly
removed when CONFIG_AUTOREMOVE is enabled. This is caused by xargs that
use whitespace as delimiters. To handle this use \0 as the delimiter and
set find to use \0 as the delimiter.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit dccee21792b89031bcd801030de403f195d80278)
include/host-build.mk
include/package.mk