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 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


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