Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2003:
[Freeciv-Dev] Re: [FreeCiv-Cvs] rfalke: Add dependency to rebuilt all la
Home

[Freeciv-Dev] Re: [FreeCiv-Cvs] rfalke: Add dependency to rebuilt all la

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: Raimar Falke <rf13@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: [FreeCiv-Cvs] rfalke: Add dependency to rebuilt all language files...
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 31 Mar 2003 12:06:28 +0200

On Mon, Mar 31, 2003 at 10:55:25AM +0200, Christian Knoke wrote:
> > I'm not sure that this was wise. The making of all the languages files
> > extends the _every_ make quite bit. I don't think this is an
> > improvement.
> 
> For me, it only causes a msgfmt --stat call for each *.po, which does not
> take much time.

$ cd po
$ touch ../common/city.c
$ time make
...
real    0m28.578s
user    0m26.450s
sys     0m1.240s
$

~30s is a long time. Compare this to the (thanks to ccache) cached compile:

$ cd common
$ touch city.c
$ time make
...
real    0m0.959s
user    0m0.780s
sys     0m0.170s
$

        Raimar


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