]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: rerun bootstrap if AUTHORS is missing
authorEric Blake <eblake@redhat.com>
Wed, 14 Nov 2012 20:20:55 +0000 (13:20 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 14 Nov 2012 20:41:15 +0000 (13:41 -0700)
commit71d125620d0d88f15288aa7c2570988cc908ed11
treef3d58e667d7f057d7bc39c74b2d3469f8d90add4
parentbc4b433098f860fa87091ada10db6da414595c4e
build: rerun bootstrap if AUTHORS is missing

Ever since commit 7b21981c started generating AUTHORS, we now have
the situation that if you flip between two branches in the same
git repository that cross that commit boundary, then 'make' will
fail due to automake complaining about AUTHORS not existing.  The
simplest solution is to realize that if AUTHORS does not exist,
then we flipped branches so we will need to rerun bootstrap
anyways; and rerunning bootstrap ensures AUTHORS will exist in time.

* cfg.mk (_update_required): Also depend on AUTHORS.
cfg.mk