bug-gnu-utils
[Top][All Lists]
Advanced

[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





reply via email to

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