From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 0086C3856DF4; Thu, 18 May 2023 16:52:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0086C3856DF4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684428723; bh=owAY2APFRUe1VZX/uyR1eKvlYyFwm7A1wckXCKL+qC4=; h=From:To:Subject:Date:From; b=gNuqtCWOA5+vErL2MBWjAmWBE4XfytZTxX0/HyxGAvngvE2hNVez3Be1G/KAN4rep SKsS0VJCB4VyqOl6ydcdg+xn9GZcfXFq9DYuL9tb4hXrCA2nCsZ8rejUmgNA6NKWDA 2AX8ix63d6PHK6zmpXVkJp0dnQAt7Z/YGErYcB+o= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc] misc: Reformat Makefile. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: b9125aeaed45e10ce329f91f007eb3da43d2155f X-Git-Newrev: 21050af6749c8c6ba00b0bc9d0218db0ac153889 Message-Id: <20230518165203.0086C3856DF4@sourceware.org> Date: Thu, 18 May 2023 16:52:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=21050af6749c8c6ba00b0bc9d0218db0ac153889 commit 21050af6749c8c6ba00b0bc9d0218db0ac153889 Author: Carlos O'Donell Date: Wed May 17 09:34:24 2023 -0400 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 Diff: --- 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 \