chiark / gitweb /
build: Don't make libraries for precomputation utilities on demand.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 7 Jun 2013 21:03:40 +0000 (22:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 21 Jun 2013 10:55:26 +0000 (11:55 +0100)
commit5bd808a6591d299489a6e7af6a4c00ae40410e35
tree6477108a71eac6438d061c00bd7c1e656726b3ca
parent4af1c336b984984e98bffc3c6d6c6bc540422228
build: Don't make libraries for precomputation utilities on demand.

If `make' is in parallel mode, it will fire off multiple simultaneous
builds of the same library, and they interfere with each other.
Instead, just arrange that the libraries are made when we try to
distribute things.
Makefile.am
hash/Makefile.am
vars.am