public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH 0/5] start converting libgloss to non-recursive automake
Date: Sat,  5 Feb 2022 00:46:51 -0500	[thread overview]
Message-ID: <20220205054656.11443-1-vapier@gentoo.org> (raw)

This converts the top-level to automake, and then cuts a few subdirs over
to non-recursive automake.  I didn't cut all the subdirs over to automake,
but should be easy to convert more over.

Mike Frysinger (5):
  libgloss: convert top level to automake
  libgloss: merge doc into top-level Makefile
  libgloss: merge libgloss into top-level Makefile
  libgloss: merge iq2000 into top-level Makefile
  libgloss: merge bfin into top-level Makefile

 libgloss/Makefile.am           |   70 ++
 libgloss/Makefile.in           | 1784 +++++++++++++++++++++++++++++---
 libgloss/aclocal.m4            |   20 +
 libgloss/bfin/Makefile.in      |  207 ----
 libgloss/bfin/Makefile.inc     |   71 ++
 libgloss/config/default.mh     |    3 +
 libgloss/configure             |  258 ++++-
 libgloss/configure.ac          |   26 +-
 libgloss/doc/Makefile.in       |  175 ----
 libgloss/doc/Makefile.inc      |    1 +
 libgloss/iq2000/Makefile.in    |  149 ---
 libgloss/iq2000/Makefile.inc   |   11 +
 libgloss/libnosys/Makefile.in  |  115 --
 libgloss/libnosys/Makefile.inc |   27 +
 14 files changed, 2074 insertions(+), 843 deletions(-)
 create mode 100644 libgloss/Makefile.am
 delete mode 100644 libgloss/bfin/Makefile.in
 create mode 100644 libgloss/bfin/Makefile.inc
 delete mode 100644 libgloss/doc/Makefile.in
 create mode 100644 libgloss/doc/Makefile.inc
 delete mode 100644 libgloss/iq2000/Makefile.in
 create mode 100644 libgloss/iq2000/Makefile.inc
 delete mode 100644 libgloss/libnosys/Makefile.in
 create mode 100644 libgloss/libnosys/Makefile.inc

-- 
2.34.1


             reply	other threads:[~2022-02-05  5:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05  5:46 Mike Frysinger [this message]
2022-02-05  5:46 ` [PATCH 1/5] libgloss: convert top level to automake Mike Frysinger
2022-02-05  5:46 ` [PATCH 2/5] libgloss: merge doc into top-level Makefile Mike Frysinger
2022-02-05  5:46 ` [PATCH 3/5] libgloss: merge libgloss " Mike Frysinger
2022-02-07 11:14   ` Mike Frysinger
2022-02-07 11:49     ` Corinna Vinschen
2022-02-05  5:46 ` [PATCH 4/5] libgloss: merge iq2000 " Mike Frysinger
2022-02-05  5:46 ` [PATCH 5/5] libgloss: merge bfin " Mike Frysinger
2022-02-07 11:44   ` Corinna Vinschen
2022-02-07 12:07     ` Corinna Vinschen
2022-02-07 13:11       ` Mike Frysinger
2022-02-07 11:36 ` [PATCH 0/5] start converting libgloss to non-recursive automake Corinna Vinschen
2022-02-07 12:45   ` Mike Frysinger
2022-02-08  9:15     ` Corinna Vinschen

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=20220205054656.11443-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --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).