]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
stdlib: Reformat Makefile.
authorCarlos O'Donell <carlos@redhat.com>
Thu, 11 May 2023 18:35:55 +0000 (14:35 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 16 May 2023 11:19:31 +0000 (07:19 -0400)
Reflow Makefile.
Sort using scripts/sort-makefile-lines.py.

No code generation changes observed in binary artifacts.
No regressions on x86_64 and i686.

stdlib/Makefile

index 5e38f0e6a26c2984030d7966958ade28c5289408..59ffed79b9ee6a6cc3a3d8af714c7c12c9c5afb6 100644 (file)
@@ -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 := \