Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2000:
[Freeciv-Dev] Re: Makefile depends on english locale to work as intended
Home

[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]
To: freeciv@xxxxxxx
Cc: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Makefile depends on english locale to work as intended. (PR#575)
From: Gerhard Killesreiter <killesreiter@xxxxxxxxxxxxxxxxxxxxxx>
Date: 11 Oct 2000 18:41:59 +0200

* "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






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