Re: [PATCH] newlib: libc: reshuffle include order for the manual
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 16 23:50, Mike Frysinger wrote: > When migrating the manual to the top-level, the include order was > sorted by name of the subdir. But this changed the chapter order > of the manual in the process. Change the sorting back to match > existing chapters and update the comments to explain. > --- > newlib/Makefile.in | 181 +++++++++++++++--------------- > newlib/libc/Makefile.am | 4 +- > newlib/libc/Makefile.in | 5 +- > newlib/libc/Makefile.inc | 29 +++-- > newlib/libc/argz/Makefile.inc | 0 > newlib/libc/errno/Makefile.inc | 0 > newlib/libc/machine/Makefile.inc | 0 > newlib/libc/sys/Makefile.inc | 0 > newlib/libc/syscalls/Makefile.inc | 0 > newlib/libc/unix/Makefile.inc | 0 > newlib/libc/xdr/Makefile.inc | 0 > 11 files changed, 115 insertions(+), 104 deletions(-) > create mode 100644 newlib/libc/argz/Makefile.inc > create mode 100644 newlib/libc/errno/Makefile.inc > create mode 100644 newlib/libc/machine/Makefile.inc > create mode 100644 newlib/libc/sys/Makefile.inc > create mode 100644 newlib/libc/syscalls/Makefile.inc > create mode 100644 newlib/libc/unix/Makefile.inc > create mode 100644 newlib/libc/xdr/Makefile.inc LGTM Thx, Corinna