public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@redhat.com>
To: libc-alpha@sourceware.org
Cc: Carlos O'Donell <carlos@redhat.com>
Subject: [COMMITTED] posix: Reformat Makefile.
Date: Fri, 19 May 2023 11:38:13 -0400	[thread overview]
Message-ID: <20230519153813.2622495-1-carlos@redhat.com> (raw)

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.
---
 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)
-- 
2.40.0


                 reply	other threads:[~2023-05-19 15:38 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=20230519153813.2622495-1-carlos@redhat.com \
    --to=carlos@redhat.com \
    --cc=libc-alpha@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: link
Be 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).