Re: [PATCH 1/5 v3] newlib: libm: move manual into top-level build
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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? Corinna