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: [patch v1] nptl: smarter not-parallel-ing


* DJ Delorie:

> Florian Weimer <fw@deneb.enyo.de> writes:
>>>  $(objpfx)tst-cleanup0-cmp.out: tst-cleanup0.expect $(objpfx)tst-cleanup0.out
>>> -	cmp $^ > $@; \
>>> +	cmp tst-cleanup0.expect $(objpfx)tst-cleanup0.out > $@; \
>>>  	$(evaluate-test)
>>
>> Why is this needed if | prerequisites are not listed in $^?
>
> Here $^ expands to "" because $(objpfx)tst-cleanup0.out is *also* listed
> in :|

That's really odd.  Why would $(objpfx)tst-cleanup0.out be listed for
the *same* rule?  Doesn't this mean that $(ALLTESTS) contains duplicates?


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