public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] stdlib: Reformat Makefile.
Date: Tue, 16 May 2023 12:51:11 +0000 (GMT)	[thread overview]
Message-ID: <20230516125111.B5CBD3882AEB@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=91f33a300c6a5af81943c7f67d9b58a68b82d116

commit 91f33a300c6a5af81943c7f67d9b58a68b82d116
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Thu May 11 14:35:55 2023 -0400

    stdlib: Reformat Makefile.
    
    Reflow Makefile.
    Sort using scripts/sort-makefile-lines.py.
    
    No code generation changes observed in binary artifacts.
    No regressions on x86_64 and i686.

Diff:
---
 stdlib/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stdlib/Makefile b/stdlib/Makefile
index 5e38f0e6a2..59ffed79b9 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -31,8 +31,8 @@ headers := \
   bits/stdint-uintn.h \
   bits/stdlib-bsearch.h \
   bits/stdlib-float.h \
-  bits/stdlib.h \
   bits/stdlib-ldbl.h \
+  bits/stdlib.h \
   bits/time64.h \
   bits/timesize.h \
   bits/types/error_t.h \
@@ -59,7 +59,7 @@ routines := \
   atof \
   atoi \
   atol\
-  atoll	\
+  atoll \
   bsearch \
   canonicalize \
   cxa_at_quick_exit \
@@ -155,8 +155,8 @@ aux = \
 # Instead the static object files will be included in a special archive
 # linked against when the shared library will be used.
 static-only-routines = \
-  atexit \
   at_quick_exit \
+  atexit \
   # static-only-routines
 
 test-srcs := \

                 reply	other threads:[~2023-05-16 12:51 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=20230516125111.B5CBD3882AEB@sourceware.org \
    --to=carlos@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: 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).