From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 5E0C53858C41; Fri, 19 May 2023 15:37:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E0C53858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684510652; bh=1rNg75TkTrSsJ57CO+exHoYhH7ErSqhcBdvbifwU7bg=; h=From:To:Subject:Date:From; b=tLniRrSyCCA+OgHWThDTP7B+3sMJwPEw7UCA95Ss942tqRZZf89oQTenNB3Ur81ok d8kWcYIVa/WqSh85QtBfuSB5yvy7kUqoSo/lfZ1yhcNG4Evdty6D0reY7KQpJQBxxr o5bmKz25SPrDL+zJRu6SVeqjevlHXr2lWZHn9wQ4= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc] posix: Reformat Makefile. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: 4bd0f1b6cec4a812ffa1860950554d213dd4398e X-Git-Newrev: 7b31c02dd29168c90bc04944accdf754bbfb01a6 Message-Id: <20230519153732.5E0C53858C41@sourceware.org> Date: Fri, 19 May 2023 15:37:32 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7b31c02dd29168c90bc04944accdf754bbfb01a6 commit 7b31c02dd29168c90bc04944accdf754bbfb01a6 Author: Carlos O'Donell Date: Thu May 18 16:20:29 2023 -0400 posix: Reformat Makefile. Fix LOCALE list formatting. Sort all reflowed text using scripts/sort-makefile-lines.py. No code generation changes observed in binary artifacts. No regressions on x86_64 and i686. Diff: --- posix/Makefile | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/posix/Makefile b/posix/Makefile index cc77e939ad..e19b74cd67 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -198,6 +198,13 @@ tests := \ bug-glob2 \ bug-glob3 \ bug-regex1 \ + bug-regex2 \ + bug-regex3 \ + bug-regex4 \ + bug-regex6 \ + bug-regex7 \ + bug-regex8 \ + bug-regex9 \ bug-regex10 \ bug-regex11 \ bug-regex12 \ @@ -208,7 +215,6 @@ tests := \ bug-regex17 \ bug-regex18 \ bug-regex19 \ - bug-regex2 \ bug-regex21 \ bug-regex22 \ bug-regex23 \ @@ -218,7 +224,6 @@ tests := \ bug-regex27 \ bug-regex28 \ bug-regex29 \ - bug-regex3 \ bug-regex30 \ bug-regex31 \ bug-regex32 \ @@ -227,11 +232,6 @@ tests := \ bug-regex36 \ bug-regex37 \ bug-regex38 \ - bug-regex4 \ - bug-regex6 \ - bug-regex7 \ - bug-regex8 \ - bug-regex9 \ regexbug1 \ runptests \ runtests \ @@ -336,9 +336,9 @@ tests += \ endif tests-internal := \ + bug-regex5 \ bug-regex20 \ bug-regex33 \ - bug-regex5 \ tst-rfc3484 \ tst-rfc3484-2 \ tst-rfc3484-3 \ @@ -492,18 +492,18 @@ $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test endif LOCALES := \ - cs_CZ.ISO-8859-2 \ - cs_CZ.UTF-8 \ - C.UTF-8 \ - da_DK.ISO-8859-1 \ - de_DE.ISO-8859-1 \ - de_DE.UTF-8 \ - en_US.UTF-8 \ - es_US.ISO-8859-1 \ - es_US.UTF-8 \ - ja_JP.EUC-JP \ - tr_TR.UTF-8 \ - # LOCALES + C.UTF-8 \ + cs_CZ.ISO-8859-2 \ + cs_CZ.UTF-8 \ + da_DK.ISO-8859-1 \ + de_DE.ISO-8859-1 \ + de_DE.UTF-8 \ + en_US.UTF-8 \ + es_US.ISO-8859-1 \ + es_US.UTF-8 \ + ja_JP.EUC-JP \ + tr_TR.UTF-8 \ + # LOCALES include ../gen-locales.mk $(objpfx)bug-regex1.out: $(gen-locales)