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. |
||
---|---|---|
.. | ||
Makefile.in | ||
_exit.c | ||
_getenv.c | ||
_rename.c | ||
close.c | ||
crt0.S | ||
crti.S | ||
crtn.S | ||
dvz_hndl.c | ||
flg_hndl.c | ||
fstat.c | ||
getpid.c | ||
iad_hndl.c | ||
intable.c | ||
isatty.c | ||
kill.c | ||
lseek.c | ||
open.c | ||
putnum.c | ||
read.c | ||
sbrk.c | ||
sim.ld | ||
stat.c | ||
svc_hndl.c | ||
time.c | ||
und_hndl.c | ||
unlink.c | ||
write.c |