Re: [PATCH] libgloss: merge lm32 into top-level Makefile
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <Yh4BZJd6xo8Dj/[email protected]> |
On Mar 1 02:25, Mike Frysinger wrote: > Avoid a recursive make to speed things up a bit. > > This drops the header install logic because the lm32/ subdir doesn't > actually have any header files to install. > --- > libgloss/Makefile.am | 3 ++ > libgloss/Makefile.in | 76 +++++++++++++++++++++-------- > libgloss/configure | 19 ++++++-- > libgloss/configure.ac | 5 +- > libgloss/lm32/Makefile.in | 98 -------------------------------------- > libgloss/lm32/Makefile.inc | 7 +++ > 6 files changed, 82 insertions(+), 126 deletions(-) > delete mode 100644 libgloss/lm32/Makefile.in > create mode 100644 libgloss/lm32/Makefile.inc LGTM (after applying the m4_foreach_w patch) Thx, Corinna