[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext-0.14.2 fails on parallel build
From: |
Bruno Haible |
Subject: |
Re: gettext-0.14.2 fails on parallel build |
Date: |
Wed, 16 Mar 2005 16:52:18 +0100 |
User-agent: |
KMail/1.5 |
Stepan Kasal wrote:
> > mv -f elc-temp $@
>
> ..
>
> > mv -f elc-temp $@ || { touch $@; rm -f elc-temp; }
>
> But this change is incorrect. It canmcels the whole trick:
>
> touch tmp
> ...
> mv tmp $@
>
> ensures that the stamp file will be older than the files created by
> "...".
OK, then change
mv -f elc-temp $@
to
mv -f elc-temp $@ || rm -f elc-temp
Bruno
- Re: gettext-0.14.2 fails on parallel build, Greg Schafer, 2005/03/14
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/14
- Re: gettext-0.14.2 fails on parallel build, Greg Schafer, 2005/03/14
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/16
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/17
- Re: gettext-0.14.2 fails on parallel build, Alexandre Duret-Lutz, 2005/03/22
- Re: gettext-0.14.2 fails on parallel build, Bruno Haible, 2005/03/22