Re: [PATCH] newlib: integrate iconv update to maintainer build
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Mar 13 22:01, Mike Frysinger wrote: > To help prevent people from missing running this script, integrate it > into the build via maintainer mode. > > Also fix the inverted exit status to make this work correctly -- for > some reason, it exited 1 when it worked, and 0 when it failed. > --- > newlib/Makefile.in | 18 +++++++++++++++++- > newlib/libc/iconv/Makefile.inc | 18 ++++++++++++++++++ > newlib/libc/iconv/ces/mkdeps.pl | 4 ++-- > 3 files changed, 37 insertions(+), 3 deletions(-) LGTM Thx, Corinna