-
Christian Marangi authored
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 <[email protected]> (cherry picked from commit dccee217)
Christian Marangi authoredPackage 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 <[email protected]> (cherry picked from commit dccee217)
Loading