diff options
author | Carlos O'Donell <carlos@redhat.com> | 2023-05-11 15:01:18 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2023-05-16 07:19:31 -0400 |
commit | dccee96e6d07fe63c21531a6484f3c343a590106 (patch) | |
tree | 0be65f92e4c4c9553a3405dd26acb0a2f1c1d9cd | |
parent | 91f33a300c6a5af81943c7f67d9b58a68b82d116 (diff) | |
download | glibc-dccee96e6d07fe63c21531a6484f3c343a590106.zip glibc-dccee96e6d07fe63c21531a6484f3c343a590106.tar.gz glibc-dccee96e6d07fe63c21531a6484f3c343a590106.tar.bz2 |
linux: 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.
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index e73684d..594a5dc 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 += \ |