For about half the ports, we don't need a subdir configure script. They're using the config/default.m[ht] rules, and they aren't doing any unique configure tests, so they exist just to pass top-level settings down to create the arch Makefile. We can just as easily do that from the top-level Mkaefile directly and skip configure. Most of the remaining configure scripts could be migrated up to the top-level too, but that would require care in each subdir. So let's be lazy and put that off to another day. |
||
|---|---|---|
| .. | ||
| 16-002.ld | ||
| 16-003.ld | ||
| 64-001.ld | ||
| Makefile.in | ||
| access.c | ||
| chmod.c | ||
| close.c | ||
| crt0-16-002.S | ||
| crt0-16-003.S | ||
| crt0-64-001.S | ||
| crt0-ms2.S | ||
| crt0.S | ||
| exit-16-002.c | ||
| exit-16-003.c | ||
| exit-64-001.c | ||
| exit-ms2.c | ||
| exit.c | ||
| fstat.c | ||
| getpid.c | ||
| gettime.c | ||
| isatty.c | ||
| kill.c | ||
| lseek.c | ||
| ms2.ld | ||
| open.c | ||
| read.c | ||
| sbrk.c | ||
| startup-16-002.S | ||
| startup-16-003.S | ||
| startup-64-001.S | ||
| startup-ms2.S | ||
| stat.c | ||
| time.c | ||
| times.c | ||
| trap.S | ||
| trap.h | ||
| unlink.c | ||
| utime.c | ||
| write.c | ||