public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@redhat.com>
To: newlib@sourceware.org
Subject: Re: [PATCH] libgloss: merge mips configure script up a level
Date: Wed, 23 Feb 2022 10:07:41 +0100	[thread overview]
Message-ID: <YhX5XSTe6d2ZAqZM@calimero.vinschen.de> (raw)
In-Reply-To: <20220217054534.10361-1-vapier@gentoo.org>

On Feb 17 00:45, Mike Frysinger wrote:
> Move the minor mips-specific logic to a dedicated file & namespace
> them so we can merge its configure logic up a level.
> ---
>  libgloss/Makefile.in       |   10 +-
>  libgloss/aclocal.m4        |   59 +-
>  libgloss/configure         |  136 +-
>  libgloss/configure.ac      |    5 +-
>  libgloss/mips/Makefile.in  |   33 +-
>  libgloss/mips/acinclude.m4 |   47 +
>  libgloss/mips/aclocal.m4   |  384 ----
>  libgloss/mips/configure    | 3990 ------------------------------------
>  libgloss/mips/configure.ac |  103 -
>  9 files changed, 149 insertions(+), 4618 deletions(-)
>  create mode 100644 libgloss/mips/acinclude.m4
>  delete mode 100644 libgloss/mips/aclocal.m4
>  delete mode 100755 libgloss/mips/configure
>  delete mode 100644 libgloss/mips/configure.ac

LGTM

Corinna


  reply	other threads:[~2022-02-23  9:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-17  5:45 Mike Frysinger
2022-02-23  9:07 ` Corinna Vinschen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-11 12:50 [PATCH 0/8] libgloss: more merging of configure scripts Mike Frysinger
2022-02-12 10:20 ` [PATCH] libgloss: merge mips configure script up a level Mike Frysinger

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=YhX5XSTe6d2ZAqZM@calimero.vinschen.de \
    --to=vinschen@redhat.com \
    --cc=newlib@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).