rework makefile subarch logic to allow shared files
authorRich Felker <dalias@aerifal.cx>
Wed, 14 Aug 2013 06:50:25 +0000 (02:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 14 Aug 2013 06:50:25 +0000 (02:50 -0400)
commitfb72a97df9222be61ec582ba7b1e9ce496b65e3e
tree49e87d623470f496aa4e0c0fdc57db6903a1830c
parent4ce6bd83456981081721b2acd8ef48b282cd88ee
rework makefile subarch logic to allow shared files

instead of subarchs getting their own .s files which are used directly
by the makefile to replace the .c file, they now must provide a .sub
file whose contents are a pathname, relative to the location of the
.sub file, which will substitute for the .c file. essentially these
files are acting as symbolic links, but implemented as text files.
Makefile