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 | ||
| abort.S | ||
| argv.S | ||
| argvlen.S | ||
| chdir.S | ||
| chmod.S | ||
| close.S | ||
| crt0.S | ||
| crtn.S | ||
| exit.S | ||
| fstat.S | ||
| genscript | ||
| getpid.S | ||
| gettimeofday.S | ||
| heaptop.S | ||
| isatty.S | ||
| kill.S | ||
| link.S | ||
| lseek.S | ||
| m32c.tmpl | ||
| m32csys.h | ||
| open.S | ||
| read.S | ||
| sample.c | ||
| sbrk.c | ||
| stat.S | ||
| time.S | ||
| times.S | ||
| unlink.S | ||
| utime.S | ||
| varvects.S | ||
| varvects.h | ||
| write.S | ||