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 7/8] linux: Reformat Makefile.
Date: Tue, 16 May 2023 08:48:23 -0400	[thread overview]
Message-ID: <20230516124824.146416-8-carlos@redhat.com> (raw)
In-Reply-To: <20230516124824.146416-1-carlos@redhat.com>

Reflow Makefile.
Sort using scripts/sort-makefile-lines.py.

No code generation changes observed in binary artifacts.
No regressions on x86_64 and i686.
---
 sysdeps/unix/sysv/linux/Makefile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index e73684d443..594a5dc53e 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -6,8 +6,8 @@ sysdeps-linux-python-cc = \
 
 # Additional dependencies for Python scripts.
 sysdeps-linux-python-deps = \
-  $(..)sysdeps/unix/sysv/linux/glibcsyscalls.py \
   $(..)scripts/glibcextract.py \
+  $(..)sysdeps/unix/sysv/linux/glibcsyscalls.py \
   # sysdeps-linux-python-deps
 
 # Invocation of the Python interpreter with the Python search path.
@@ -109,7 +109,7 @@ sysdep_routines += \
   xmknodat \
   xstat \
   xstat64 \
-  # sysdeps-routines
+  # sysdep_routines
 
 CFLAGS-gethostid.c = -fexceptions
 CFLAGS-tee.c = -fexceptions -fasynchronous-unwind-tables
@@ -185,7 +185,7 @@ sysdep_headers += \
   sys/timerfd.h \
   sys/user.h \
   sys/vt.h \
-  # sysdep-headers
+  # sysdep_headers
 
 tests += \
   test-errno-linux \
@@ -261,10 +261,10 @@ tests-time64 += \
   tst-ntp_gettime-time64 \
   tst-ntp_gettimex-time64 \
   tst-ppoll-time64 \
-  tst-sigtimedwait-time64 \
-  tst-timerfd-time64 \
   tst-prctl-time64 \
   tst-scm_rights-time64 \
+  tst-sigtimedwait-time64 \
+  tst-timerfd-time64 \
   # tests-time64
 
 tests-clone-internal = \
@@ -272,6 +272,7 @@ tests-clone-internal = \
   tst-clone2-internal \
   tst-clone3-internal \
   tst-getpid1-internal
+  # tests-clone-internal
 tests-internal += \
   $(tests-clone-internal) \
   # tests-internal
@@ -451,8 +452,8 @@ tests += \
   tst-socket-timestamp-compat \
   # tests
 tests-time64 += \
+  tst-socket-timestamp-compat-time64 \
   tst-socket-timestamp-time64 \
-  tst-socket-timestamp-compat-time64
   # tests-time64
 
 tests-special += \
-- 
2.40.0


  parent reply	other threads:[~2023-05-16 12:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16 12:48 [COMMITTED 0/8] Reformat most used Makefiles Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 1/8] elf: Reformat Makefile Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 2/8] debug: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 3/8] misc: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 4/8] socket: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 5/8] stdio-common: " Carlos O'Donell
2023-05-16 12:48 ` [COMMITTED 6/8] stdlib: " Carlos O'Donell
2023-05-16 12:48 ` Carlos O'Donell [this message]
2023-05-16 12:48 ` [COMMITTED 8/8] wcsmbs: " Carlos O'Donell

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=20230516124824.146416-8-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).