[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils' parallel make distcheck now fails
From: |
Jim Meyering |
Subject: |
Re: coreutils' parallel make distcheck now fails |
Date: |
Sat, 11 Apr 2009 15:23:38 +0200 |
Ralf Wildenhues wrote:
> * Jim Meyering wrote on Fri, Apr 10, 2009 at 02:51:08PM CEST:
>> > 2009-04-10 Ralf Wildenhues <address@hidden>
>> >
>> > 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.