On Mon, Dec 28, 2009 at 10:05:51PM +0100, John Mandereau wrote:
> > What's the reason for that `--label=""'? It's breaking the build
[...]
> The commit that added "--label" is
>
> commit d4401de33195113a8859629b4bd9483a03d9ab5c
> Author: Werner Lemberg
> Date: Thu Dec 14 15:28:27 2006 +0100
>
Le lundi 28 décembre 2009 à 20:06 +0100, Matthias Kilian a écrit :
> There are two make rules using a command like
>
> find $(outdir)/$* -name '*.html' |
> xargs grep -L --label="" 'UNTRANSLATED NODE: IGNORE ME' | ...
>
> What's the reason for that `--label=""'? It's breaking the buil
There are two make rules using a command like
find $(outdir)/$* -name '*.html' |
xargs grep -L --label="" 'UNTRANSLATED NODE: IGNORE ME' | ...
What's the reason for that `--label=""'? It's breaking the build
with OpenBSDs native grep (in /usr/bin/grep), and I don't see any
differe