The machine/{configure,Makefile} files exist only to fan out to the
specific machine/$arch/ subdir. We already have all that same info
in the libc/ dir itself, so by moving the recursive configure and
make calls into it, we can cut off this logic entirely and save the
overhead.
For arches that don't have a machine subdir, it means they can skip
the logic entirely. Although there's prob not too many of those.
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| Makefile.in | ||
| sysclose.c | ||
| sysexecve.c | ||
| sysfcntl.c | ||
| sysfork.c | ||
| sysfstat.c | ||
| sysgetpid.c | ||
| sysgettod.c | ||
| sysisatty.c | ||
| syskill.c | ||
| syslink.c | ||
| syslseek.c | ||
| sysopen.c | ||
| sysread.c | ||
| syssbrk.c | ||
| sysstat.c | ||
| systimes.c | ||
| sysunlink.c | ||
| syswait.c | ||
| syswrite.c | ||