[PATCH] 18969 - multiple string test failures due to missing locale dependencies
Mike Frysinger
vapier@gentoo.org
Sat Oct 17 03:16:00 GMT 2015
On 13 Oct 2015 09:14, Andreas Schwab wrote:
> Mike Frysinger <vapier@gentoo.org> writes:
> > pretty sure that's not a problem. $(gen-locales) expands into:
> > CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES))
> > gen-locales := $(addprefix $(common-objpfx)localedata/,$(CTYPE_FILES))
> >
> > so it creates one dep per locale.
>
> Each subdir has its independent set of dependencies.
>
> > $(addprefix $(common-objpfx)localedata/,$(CTYPE_FILES)): %: \
> > ../localedata/gen-locale.sh \
> > $(common-objpfx)locale/localedef \
> > ../localedata/Makefile \
> > $(addprefix ../localedata/charmaps/,$(CHARMAPS)) \
> > $(addprefix ../localedata/locales/,$(LOCALE_SRCS))
> > @$(SHELL) ../localedata/gen-locale.sh $(common-objpfx) \
> > '$(built-program-cmd-before-env)' '$(run-program-env)' \
> > '$(built-program-cmd-after-env)' $@; \
> > $(evaluate-test)
> >
> > so it generates one locale per invocation. it looks correct to me.
>
> Different subdirs can build the same locale in parallel.
to be clear, i didn't say otherwise, and i'm aware of this behavior.
i was pointing out that each subdir builds each required locale in
parallel and does so with proper targets.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20151017/5925d91a/attachment.sig>
More information about the Libc-alpha
mailing list