public inbox for glibc-cvs@sourceware.org help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org> To: glibc-cvs@sourceware.org Subject: [glibc] wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency Date: Mon, 1 Aug 2022 13:00:09 +0000 (GMT) [thread overview] Message-ID: <20220801130009.9C13C3858C33@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e03f5ccd6cc8f829416156eac75acee501626c1f commit e03f5ccd6cc8f829416156eac75acee501626c1f Author: H.J. Lu <hjl.tools@gmail.com> Date: Fri Jul 29 10:50:56 2022 -0700 wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency Make test-c8rtomb.out and test-mbrtoc8.out depend on $(gen-locales) for xsetlocale (LC_ALL, "de_DE.UTF-8"); xsetlocale (LC_ALL, "zh_HK.BIG5-HKSCS"); Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Diff: --- wcsmbs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index e6b9e8743a..3d19d5556f 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -73,6 +73,8 @@ $(objpfx)tst-wcstol-locale.out: $(gen-locales) $(objpfx)tst-wcstod-nan-locale.out: $(gen-locales) $(objpfx)tst-c16-surrogate.out: $(gen-locales) $(objpfx)tst-c32-state.out: $(gen-locales) +$(objpfx)test-c8rtomb.out: $(gen-locales) +$(objpfx)test-mbrtoc8.out: $(gen-locales) endif $(objpfx)tst-wcstod-round: $(libm)
reply other threads:[~2022-08-01 13:00 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220801130009.9C13C3858C33@sourceware.org \ --to=azanella@sourceware.org \ --cc=glibc-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).