This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "make check" is missing dependency from intl to localedata?


On Tue, Mar 27, 2012 at 4:18 AM, Marek Polacek <polacek@redhat.com> wrote:
> On Mon, Mar 26, 2012 at 03:49:02PM -0700, Paul Pluzhnikov wrote:
>> But this works:
>>
>> ? make objdir=`pwd` -C ${SRC}/localedata check
>> ? make objdir=`pwd` -C ${SRC}/intl check
>>
>> Advice on Makefile magic to fix this would be appreciated.
>
> The usual way on how to solve those parallel make races is to
> put appropriate prerequisites into target which fails. ?I think.

Along with a helpful writeup under "Internals Documentation" on
the glibc wiki for anything you learned :-)

http://sourceware.org/glibc/wiki/HomePage#InternalsDocumentation

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]