public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] start converting libgloss to non-recursive automake
@ 2022-02-05  5:46 Mike Frysinger
  2022-02-05  5:46 ` [PATCH 1/5] libgloss: convert top level to automake Mike Frysinger
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Mike Frysinger @ 2022-02-05  5:46 UTC (permalink / raw)
  To: newlib

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-02-08  9:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05  5:46 [PATCH 0/5] start converting libgloss to non-recursive automake Mike Frysinger
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

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).