[PATCH 1/5 v3] newlib: libm: move manual into top-level build

Mike Frysinger vapier@gentoo.org
Sat Feb 5 18:04:18 GMT 2022


On 05 Feb 2022 13:13, Corinna Vinschen wrote:
> On Feb  1 01:21, Mike Frysinger wrote:
> > This doesn't migrate all the docs, just the libm's manual (pdf/info).
> > This is to show the basic form of migrating the chew files.
> > ---
> > v3: fix .stamp handling with tex generation
> > 
> >  newlib/Makefile.am               |   9 +
> >  newlib/Makefile.in               | 443 ++++++++++++++++++++++++++++---
> >  newlib/doc/local.mk              |  11 +
> >  newlib/libm/Makefile.am          |  27 +-
> >  newlib/libm/Makefile.in          | 398 +++------------------------
> >  newlib/libm/Makefile.inc         |  28 ++
> >  newlib/libm/common/Makefile.am   |  14 +-
> >  newlib/libm/common/Makefile.in   |  22 +-
> >  newlib/libm/common/Makefile.inc  |  10 +
> >  newlib/libm/complex/Makefile.am  |  12 +-
> >  newlib/libm/complex/Makefile.in  |  18 +-
> >  newlib/libm/complex/Makefile.inc |   8 +
> >  newlib/libm/fenv/Makefile.am     |  11 +-
> >  newlib/libm/fenv/Makefile.in     |  15 +-
> >  newlib/libm/fenv/Makefile.inc    |   7 +
> >  newlib/libm/math/Makefile.am     |  15 +-
> >  newlib/libm/math/Makefile.in     |  23 +-
> >  newlib/libm/math/Makefile.inc    |  11 +
> >  newlib/libm/mathfp/Makefile.am   |  35 +--
> >  newlib/libm/mathfp/Makefile.in   |  42 +--
> >  newlib/libm/mathfp/Makefile.inc  |  31 +++
> >  21 files changed, 634 insertions(+), 556 deletions(-)
> >  create mode 100644 newlib/libm/Makefile.inc
> >  create mode 100644 newlib/libm/common/Makefile.inc
> >  create mode 100644 newlib/libm/complex/Makefile.inc
> >  create mode 100644 newlib/libm/fenv/Makefile.inc
> >  create mode 100644 newlib/libm/math/Makefile.inc
> >  create mode 100644 newlib/libm/mathfp/Makefile.inc
> 
> Did I miss a GTG somewhere or why is this patchset already applied?

sorry, i thought when you said early you were "fine with this change" (other
than local.mk which i addressed), it meant you were fine with merging it.  i
can pull it back out if there's something about it you didn't like.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/newlib/attachments/20220205/5acc897e/attachment.sig>


More information about the Newlib mailing list