lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make/doc-i18n-root-rules.make: grep --label=""


From: Matthias Kilian
Subject: make/doc-i18n-root-rules.make: grep --label=""
Date: Mon, 28 Dec 2009 20:06:38 +0100
User-agent: Mutt/1.4.2.3i

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
difference when using GNU grep with and without --label="", so I'd
like to just drop that option.

Ciao,
        Kili





reply via email to

[Prev in Thread] Current Thread [Next in Thread]