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 | ||
| _argv.S | ||
| _argvlen.S | ||
| _chdir.S | ||
| _chmod.S | ||
| _close.S | ||
| _exit.S | ||
| _fstat.S | ||
| _getpid.S | ||
| _gettimeofday.S | ||
| _isatty.S | ||
| _kill.S | ||
| _link.S | ||
| _lseek.S | ||
| _open.S | ||
| _read.S | ||
| _rename.S | ||
| _sbrk.S | ||
| _stat.S | ||
| _system.S | ||
| _time.S | ||
| _times.S | ||
| _unlink.S | ||
| _utime.S | ||
| _write.S | ||
| crt0.S | ||
| crt1.S | ||
| syscall_error_handler.S | ||
| syscall_extra.h | ||
| vh.h | ||