public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@redhat.com>
To: libc-alpha@sourceware.org, fweimer@redhat.com, alx.manpages@gmail.com
Subject: Re: [PATCH v3 1/2] elf: Sort Makefile variables.
Date: Fri, 2 Jun 2023 22:12:55 -0400	[thread overview]
Message-ID: <9fb5b2e5-e4bd-92b3-0252-d750d0a82941@redhat.com> (raw)
In-Reply-To: <20230530133212.3935551-1-carlos@redhat.com>

On 5/30/23 09:32, Carlos O'Donell wrote:
> Sort Makefile variables using scrips/sort-makefile-lines.py.
> 
> No code generation changes observed in non-test binary artifacts.
> No regressions on x86_64 and i686.
> 
> Reviewed-by: Florian Weimer <fweimer@redhat.com>
> ---
>  elf/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/elf/Makefile b/elf/Makefile
> index 3bfc305d98..c00e2ccfc5 100644
> --- a/elf/Makefile
> +++ b/elf/Makefile
> @@ -274,8 +274,8 @@ tests-static-normal := \
>    # tests-static-normal
>  
>  tests-static-internal := \
> -  tst-dl_find_object-static \
>    tst-dl-printf-static \
> +  tst-dl_find_object-static \
>    tst-ptrguard1-static \
>    tst-stackguard1-static \
>    tst-tls1-static \

Pushed.

-- 
Cheers,
Carlos.


      parent reply	other threads:[~2023-06-03  2:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 13:32 Carlos O'Donell
2023-05-30 13:32 ` [PATCH v3 2/2] Add lint-makefiles Makefile linting test Carlos O'Donell
2023-05-30 13:44   ` Florian Weimer
2023-06-03  2:12     ` Carlos O'Donell
2023-06-03  2:12 ` Carlos O'Donell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9fb5b2e5-e4bd-92b3-0252-d750d0a82941@redhat.com \
    --to=carlos@redhat.com \
    --cc=alx.manpages@gmail.com \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).