From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 9C13C3858C33; Mon, 1 Aug 2022 13:00:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C13C3858C33 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: 825f84f133bd840347dc49229b6d831f07d04775 X-Git-Newrev: e03f5ccd6cc8f829416156eac75acee501626c1f Message-Id: <20220801130009.9C13C3858C33@sourceware.org> Date: Mon, 1 Aug 2022 13:00:09 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2022 13:00:09 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e03f5ccd6cc8f829416156eac75acee501626c1f commit e03f5ccd6cc8f829416156eac75acee501626c1f Author: H.J. Lu 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 Reviewed-by: Carlos O'Donell 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)