Re: [AD] SF.net SVN: alleg:[11579] allegro/branches/4.9 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2009-02-10, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> On Tue, 2009-02-10 at 22:03 +1100, Peter Wang wrote:
> > On 2009-02-10, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
> > > > Modified: allegro/branches/4.9/misc/zipup.sh
> > > > ===================================================================
> > > > --- allegro/branches/4.9/misc/zipup.sh 2009-02-08 17:35:26 UTC (rev 11578)
> > > > +++ allegro/branches/4.9/misc/zipup.sh 2009-02-09 08:22:22 UTC (rev 11579)
> > > > @@ -182,9 +182,9 @@
> > > > mkdir $builddir
> > > > ( cd $builddir
> > > > cmake ..
> > > > - make docs
> > > > + make docs html
> > >
> > > "make docs html" doesn't seem to work. what is it supposed to be?
> >
> > Works here.
> >
>
> I have a different problem, I can build current SVN with "make", but not
> with "make -j". If I set WANT_DOCS to 0, it works, so I suspect it's
> also a problem with the docs generation.
Can you try "cd docs" first, then try different make -jN values,
and/or narrow down the target (html, man, etc.)
> I saw this comment in CMakeLists.txt:
>
> # XXX for some reason the html target sometimes won't build directly after
> # protos.timestamp changes. Running make a second time works, however.
>
> So I guess we need to write this in a cleaner way, or we will end up
> with a messy built like the A4 autotools which nobody can fix :/
Yes, it would be nice to fix it.
Peter