Simon Josefsson writes:
> Btw, does anyone know why --create-testdir runs ./configure + make
> distclean?
It does it when the gllib/ directory contains built sources. A possible and
worthy
optimization would be to do it only if it contains built sources that are not
listed
in MOSTLYCLEANFILES, C
Simon Josefsson <[EMAIL PROTECTED]> writes:
> Btw, does anyone know why --create-testdir runs ./configure + make
> distclean? I'd rather remove that step, since it constitute a
> noticeable part of the total build time. The code snippet that does
> the step is:
>
> if grep '^BUILT_SOURCES *+='
Simon Josefsson <[EMAIL PROTECTED]> writes:
> To be able to figure out the host and build system types correctly,
> the following patch to gnulib-tool would be useful. Ok to install
> this? It affects generating the configure.ac for --create-testdir,
> and not the configure.ac snippet in --impor
Simon Josefsson <[EMAIL PROTECTED]> writes:
> http://autobuild.josefsson.org/gnulib/gnulib.html
I have improved the output, and the summary at the top of that URL
should now be more readable. It is easy to quickly spot which modules
are working and which are not. Suggestions welcome. But more
Simon Josefsson <[EMAIL PROTECTED]> wrote:
> Btw, here are links to modules that failed to build on my machine:
>
> http://autobuild.josefsson.org/gnulib/gnulib.html#fts-lgpl
> http://autobuild.josefsson.org/gnulib/gnulib.html#savewd
Nice.
Here's a proposed (but untested) patch. Gotta run.
Btw, here are links to modules that failed to build on my machine:
http://autobuild.josefsson.org/gnulib/gnulib.html#fts-lgpl
http://autobuild.josefsson.org/gnulib/gnulib.html#savewd
/Simon
I have started daily builds of gnulib modules on a machine. The
results so far (the build takes _hours_ to finish) are available from:
http://autobuild.josefsson.org/gnulib/gnulib.html
I know the output isn't easy to parse yet -- I will modify autobuild
to output a summary with the latest build