[Freeciv-Dev] Re: Makefile depends on english locale to work as intended
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 11 Oct 2000 18:41:59 Gerhard Killesreiter wrote:
> * "freeciv" == freeciv schrieb am Wed, 11 Oct 2000 09:24:58 -0700 (PDT):
>
> I noticed this problem as well.
>
> > The only way I currently see to fix it is to grep for the string in
> > every language.
>
> *shudder* this is not really an option. I propose to change the locale
> while processing this part of the Makefile.
>
> export LANG=""
>
> would maybe do it.
>
> --files-from=$(srcdir)/POTFILES.in 2>&1 | Lang.old=$LANG ; export \
> LANG=""; grep -v "is unknown; will try C" ; export LANG=$Lang.old
>
> Is this right?
Or maybe submit a patch to the program that creates the error messages to
disable them...
-Thue
|
|