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

Marek Polacek polacek@redhat.com
Tue Mar 27 08:18:00 GMT 2012


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.

	Marek



More information about the Libc-alpha mailing list