Teach build to compare toys/*/*.c against .config symbol names instead of stopping...
authorRob Landley <rob@landley.net>
Sat, 25 Aug 2012 20:43:02 +0000 (15:43 -0500)
committerRob Landley <rob@landley.net>
Sat, 25 Aug 2012 20:43:02 +0000 (15:43 -0500)
commit658b97b85a5b517b2f21a772faa1b3df5bbd782f
tree2c73a172d0da1d1b2a80d518f4b59e77ace8b6ca
parent3a9241add947cb6d24b5de7a8927517426a78795
Teach build to compare toys/*/*.c against .config symbol names instead of stopping at first _ when assembling list of files to build, and convert - to _. This lets us have commands like switch_root or nbd-client.
scripts/make.sh