On Tue, Jul 10, 2018 at 04:13:24PM -0400, Christos Zoulas wrote: > On Jul 10, 9:58pm, mar...@duskware.de (Martin Husemann) wrote: > -- Subject: Re: CVS commit: src/share/mk > > | On Tue, Jul 10, 2018 at 08:31:16PM +0200, Joerg Sonnenberger wrote: > | > This is wrong. Please revert. The seed should be specific per source as > | > it is used to distinguish e.g. anonymous namespace mangling. > > It is still specific per source since the ${.TARGET} contains the source > name (i.e. foo.c -> foo.o):
So two .TARGET instances in different directories will get the same seed. Before, they would have most often be distinguished by the full (or relative) source path. Joerg