Ralf Wildenhues wrote: > * Jim Meyering wrote on Fri, Apr 10, 2009 at 02:51:08PM CEST: >> > 2009-04-10 Ralf Wildenhues <[email protected]> >> > >> > Fix parallel distcheck failure. >> > * maint.mk (ALL_RECURSIVE_TARGETS): Add patch-check, >> > check-AUTHORS, maintainer-distcheck, vc-dist, taint-distcheck, >> > my-distcheck, alpha, beta, major. > >> Thanks for that patch. >> I should have mentioned that I'd tried a few >> ALL_RECURSIVE_TARGETS additions before resorting >> to the kludge. Unfortunately even with your more complete >> list (which I expect to commit) I still see the same failure: > > Thanks. I can reproduce a similar issue even with a single processor > and -j3. I missed out a couple of files in the first version of the > patch. Here's a better one. > > With it, I still got an error, but once I ran "make all" before > make -j3 distcheck > > then the latter seems to work.
Thank you! That does the trick, so I've pushed your change.
