[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]
* "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?
Cheers,
Gerhard
|
|