]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Avoid a race condition that would make parallel "distclean" fail.
authorJim Meyering <meyering@redhat.com>
Sat, 10 Nov 2007 21:22:44 +0000 (22:22 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 11 Nov 2007 08:25:51 +0000 (09:25 +0100)
commit8c6b4481bd68efbcc1947b0cf6b434091f2fd78a
tree0184ad17cf9d717832f1c3e17d6b69cafa7aa3cd
parent5f0cbd47747777bb756a080985e061bc8c4184a2
Avoid a race condition that would make parallel "distclean" fail.

* tests/Makefile.am (distclean-generic): Replace the default,
automake-provided rule with an identical one, but with an additional
dependency on distclean-local.  Simply adding the dependency would
cause automake not to emit the rule at all.
* BUGS: Building with -jN works, now.
BUGS
ChangeLog
tests/Makefile.am