mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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.
This commit is contained in:
parent
c3004417af
commit
91f33a300c
1 changed files with 3 additions and 3 deletions
|
@ -31,8 +31,8 @@ headers := \
|
||||||
bits/stdint-uintn.h \
|
bits/stdint-uintn.h \
|
||||||
bits/stdlib-bsearch.h \
|
bits/stdlib-bsearch.h \
|
||||||
bits/stdlib-float.h \
|
bits/stdlib-float.h \
|
||||||
bits/stdlib.h \
|
|
||||||
bits/stdlib-ldbl.h \
|
bits/stdlib-ldbl.h \
|
||||||
|
bits/stdlib.h \
|
||||||
bits/time64.h \
|
bits/time64.h \
|
||||||
bits/timesize.h \
|
bits/timesize.h \
|
||||||
bits/types/error_t.h \
|
bits/types/error_t.h \
|
||||||
|
@ -59,7 +59,7 @@ routines := \
|
||||||
atof \
|
atof \
|
||||||
atoi \
|
atoi \
|
||||||
atol\
|
atol\
|
||||||
atoll \
|
atoll \
|
||||||
bsearch \
|
bsearch \
|
||||||
canonicalize \
|
canonicalize \
|
||||||
cxa_at_quick_exit \
|
cxa_at_quick_exit \
|
||||||
|
@ -155,8 +155,8 @@ aux = \
|
||||||
# Instead the static object files will be included in a special archive
|
# Instead the static object files will be included in a special archive
|
||||||
# linked against when the shared library will be used.
|
# linked against when the shared library will be used.
|
||||||
static-only-routines = \
|
static-only-routines = \
|
||||||
atexit \
|
|
||||||
at_quick_exit \
|
at_quick_exit \
|
||||||
|
atexit \
|
||||||
# static-only-routines
|
# static-only-routines
|
||||||
|
|
||||||
test-srcs := \
|
test-srcs := \
|
||||||
|
|
Loading…
Add table
Reference in a new issue