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, 11 Sep 2022 09:27:02 +0000 (11:27 +0200)
commitdccee21792b89031bcd801030de403f195d80278
tree3e406be739c9dfa4605ae3cd4c969e9369bedc9a
parentd7382cc0e4446d4db1978055b0ba59259ac66751
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>
include/host-build.mk
include/package.mk