public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] ctype: Reformat Makefile.
@ 2024-02-25 18:42 Carlos O'Donell
  0 siblings, 0 replies; only message in thread
From: Carlos O'Donell @ 2024-02-25 18:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=12956e0a330e3d90fc196f7d7a047ce613f78920

commit 12956e0a330e3d90fc196f7d7a047ce613f78920
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Thu Jun 8 06:43:44 2023 -0400

    ctype: Reformat Makefile.
    
    Reflow and sort Makefile.
    
    Code generation changes present due to link order changes.
    
    No regressions on x86_64 and i686.

Diff:
---
 ctype/Makefile | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/ctype/Makefile b/ctype/Makefile
index 717d020129..3e09938bd1 100644
--- a/ctype/Makefile
+++ b/ctype/Makefile
@@ -24,9 +24,18 @@ include ../Makeconfig
 
 headers	:= ctype.h
 
-routines	:= ctype ctype-c99 ctype-extn ctype-c99_l ctype_l isctype
-aux		:= ctype-info
-
-tests	:= test_ctype
+routines := \
+  ctype \
+  ctype-c99 \
+  ctype-c99_l \
+  ctype-extn \
+  ctype_l \
+  isctype \
+  # routines
+aux := ctype-info
+
+tests := \
+  test_ctype \
+  # tests
 
 include ../Rules

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-25 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 18:42 [glibc] ctype: Reformat Makefile Carlos O'Donell

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