Re: [PATCH] newlib: fix silent build in a few subdirs
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 1 20:23, Mike Frysinger wrote: > A few subdirs have custom compile rules. Utilize AM_V_xxx settings > so they respect the silent build option. > --- > newlib/libc/stdio/Makefile.am | 4 ++-- > newlib/libc/stdio/Makefile.in | 4 ++-- > newlib/libc/stdio64/Makefile.am | 4 ++-- > newlib/libc/stdio64/Makefile.in | 4 ++-- > newlib/libc/stdlib/Makefile.am | 4 ++-- > newlib/libc/stdlib/Makefile.in | 4 ++-- > newlib/libc/sys/linux/linuxthreads/Makefile.am | 4 ++-- > newlib/libc/sys/linux/linuxthreads/Makefile.in | 4 ++-- > 8 files changed, 16 insertions(+), 16 deletions(-) LGTM, please push. Thanks, Corinna