* On 2020-05-24 at 17:59 BST, Frédéric Fauberteau wrote:
Le 24/05/2020 à 12:36, Jonathan Perkin a écrit :
* On 2020-05-24 at 07:51 BST, Frédéric Fauberteau wrote:
* fix grep in USE_TOOLS
-USE_TOOLS+= bash ggrep gmake perl:build pkg-config
+USE_TOOLS+= bash grep gmake perl:build pkg-config
Why did you make this change? I'm pretty sure you just broke rust on
any platform where the native grep does not support -o.
Because I thought it was a typo:
ERROR: Makefile:17: Unknown tool "ggrep".
Ah, no, it just appears pkglint doesn't know about it yet. If you
look under mk/tools you can see it's definitely supported.