Kevin Darbyshire-Bryant 4d87963381 build: add xargs as prerequisite
Build system needs an 'xargs' that supports '-r' which darwin doesn't.
Homebrew installs a 'gxargs' with the findutils package so look for
'gxargs' as well as 'xargs'

This is a bit of a 'fun' corner case anyway. xargs is only required by
the build if 'CONFIG_AUTOREMOVE' is set and after the build system has
built 'tools/findutils' we have a fully working xargs for host anyway.
Until that time we have to rely on the host's xargs implementation.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-02-29 20:55:37 +00:00
..
2019-08-12 12:27:06 +02:00
2015-03-29 07:29:18 +00:00
2020-01-26 19:20:08 +01:00
2019-08-12 12:27:06 +02:00
2019-01-30 13:20:14 +01:00
2018-08-05 00:06:27 +02:00
2019-12-23 00:22:07 +01:00