monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] status of release 1.1


From: Markus Wanner
Subject: Re: [Monotone-devel] status of release 1.1
Date: Sat, 03 May 2014 18:56:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0

On 05/03/2014 01:39 AM, Thomas Keller wrote:
>   make[2]: Circular po/sv.gmo <- po/sv.gmo dependency dropped.
> 
>   I guess this is because of Makefile.am's
> 
>   po/%.gmo: $(srcdir)/po/%.gmo
>         cp $< $@
> 
>   which looks a bit fishy indeed.

This starts to look a lot less fishy once you take VPATH builds into
account. Without it `make all` fails if $(srcdir) != $(builddir) with:

  *** No rule to make target `po/sv.gmo', needed by `all-nls'.  Stop.

And if $(srcdir) == $(builddir), dropping the dependency is just the
right thing to do.

So, I'm leaving the Makefile untouched. As it's clearly unrelated, I
don't feel like looking into #165, right now (the make -j hang).

Regards

Markus Wanner

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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