misc: Reformat Makefile.

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

Code generation is changed as routines are linked in sorted order
as expected.

No regressions on x86_64 and i686.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
Carlos O'Donell 2023-05-17 09:34:24 -04:00
parent b9125aeaed
commit 21050af674

View File

@ -156,14 +156,14 @@ routines := \
munlockall \
munmap \
preadv \
preadv64 \
preadv2 \
preadv64 \
preadv64v2 \
pselect \
ptrace \
pwritev \
pwritev64 \
pwritev2 \
pwritev64 \
pwritev64v2 \
qefgcvt \
qefgcvt_r \
@ -243,8 +243,8 @@ tests := \
tst-mntent-escape \
tst-mntent2 \
tst-preadvwritev \
tst-preadvwritev64 \
tst-preadvwritev2 \
tst-preadvwritev64 \
tst-preadvwritev64v2 \
tst-pselect \
tst-select \