]> xenbits.xensource.com Git - libvirt.git/commit
build: avoid corrupted gnulib/tests/Makefile
authorEric Blake <eblake@redhat.com>
Tue, 25 Jan 2011 00:14:19 +0000 (17:14 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 25 Jan 2011 00:19:25 +0000 (17:19 -0700)
commit6cbab7c1590dd882474450ebf5314d963d9f346e
tree44c1f75397dc9936387816de47df5026e3d7acc8
parent6cabc0b0d0fbc35a68bf1c0646898ac148d2fa3f
build: avoid corrupted gnulib/tests/Makefile

Running 'make check' can sometimes fail in the gnulib/tests
subdirectory, when doing an incremental build, because
./bootstrap generates a Makefile.am that tries to refer to
../../.. instead of ../.., and gets lost.

This may be an upstream gnulib bug, where a more elegant
solution will present itself in the future:
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/24898

But in the meantime, I was able to reproduce both the issue,
and this solution to work around it.

* bootstrap.conf (bootstrap_epilogue): Ensure that no stray
../../.. components remain in gnulib/tests/Makefile.in.
Reported by Serge Hallyn.
bootstrap.conf