Rework makefile to use intermediate variables, not rules.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 8 Jan 2019 02:34:10 +0000 (02:34 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 9 Jan 2019 03:53:03 +0000 (03:53 +0000)
commit58d7749715e295fe897a66ee90b2e492b909b66c
tree6a5ad8351a32a0ed3cba38765d9cfb8065bbd697
parent4bf62b27dc7810abcaccef08015cc49e31a79413
Rework makefile to use intermediate variables, not rules.

This gives the opportunity for the variables to be files, not phony
rules, to limit rebuilds.  Disadvantage: must be written in
dependency order because make expands variables in dependencies as it
reads them, not lazily.  But this reduces the size of the makefile
quite a bit.

Use stamp_tools to trigger (incremental) rebuild of toolchain.
src/Makefile.in