[4/5] misc: Reformat Makefile.

Message ID 20230518130325.59309-5-carlos@redhat.com
State Committed
Commit 21050af6749c8c6ba00b0bc9d0218db0ac153889
Headers
Series Fix defect in sort-makefile-lines.py |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Carlos O'Donell May 18, 2023, 1:03 p.m. UTC
  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.
---
 misc/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Siddhesh Poyarekar May 18, 2023, 4:06 p.m. UTC | #1
On 2023-05-18 09:03, Carlos O'Donell wrote:
> 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>

>   misc/Makefile | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/misc/Makefile b/misc/Makefile
> index 1a21347f5e..84aa4cb0ad 100644
> --- a/misc/Makefile
> +++ b/misc/Makefile
> @@ -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 \
  

Patch

diff --git a/misc/Makefile b/misc/Makefile
index 1a21347f5e..84aa4cb0ad 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -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 \