Bootstrap optimization
authorMikael Djurfeldt <mikael@djurfeldt.com>
Thu, 25 Oct 2018 11:53:47 +0000 (13:53 +0200)
committerMikael Djurfeldt <mikael@djurfeldt.com>
Sun, 28 Oct 2018 12:36:19 +0000 (13:36 +0100)
commitd9af6706e8a1a0148d492b222758e49e03d225b7
tree32be8ae9273b79e6afcaf124dcb5f4af5bf6efb7
parent1bbce71501198c3c7abdf07941f5cdc1434858c2
Bootstrap optimization

* bootstrap/Makefile.am: Build both eval.go and psyntax-pp.go before
  the rest of the .go files so that they are handled by a fast macro
  expander. This saves time for a parallel build.
bootstrap/Makefile.am