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

Carlos O'Donell carlos@systemhalted.org
Tue Mar 27 13:46:00 GMT 2012


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.



More information about the Libc-alpha mailing list