monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] nvm.source-tree-cleanup


From: Richard Levitte
Subject: Re: [Monotone-devel] nvm.source-tree-cleanup
Date: Fri, 04 Feb 2011 11:18:20 +0100 (CET)

In message <address@hidden> on Fri, 04 Feb 2011 10:30:23 +0100, Thomas Keller 
<address@hidden> said:

me> Am 04.02.2011 10:14, schrieb Richard Levitte:
me> > me> * make distcheck prints out a spurious warning at the beginning:
me> > me>     make[1]: Circular htmldir <- html dependency dropped.
me> > me>   Can this be safely ignored or is this something we should look 
after?
me> > me>   (Its issued right after makeinfo --html)
me> > 
me> > Hmm, I don't get that.  Does that happen when you build in the source
me> > directory?
me> 
me> This happens when I ran make distcheck in the source directory and is
me> part of the output of the make process which builds from the source
me> tarball. I can give you more specifics when I'm back home - its in the
me> console there :)

Ah, I think I got it.  The htmldir target depends on
html/$(am__dirstamp), which is something I stole from automake when we
still just had one Makefile.am...  With doc/Makefile.am, such a
variable isn't generated, and therefore 'html/$(am__dirstamp)'
translates to 'html', thereby creating a circular dependency
(html -> html-local -> htmldir -> html/).

I'll remove that dependency, it's not really needed.

Cheers,
Richard

-- 
Richard Levitte                         address@hidden
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish



reply via email to

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