summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-22 19:16:19 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-22 19:16:19 -0400
commit3cc43025868fa5115fc9f296f590daa8621e1acf (patch)
tree3fa6c080edd66a4d7ccab03e56289e88befe9a8f /CHANGELOG
parent5aba9a772f5a9bf2c994bfb69d956ef694ae65df (diff)
downloadkeysafe-3cc43025868fa5115fc9f296f590daa8621e1acf.tar.gz
Makefile: Allow setting BUILDEROPTIONS=-j1 to avoid concurrent build, which should make build reproducible.
(And removed an accidential double $BUILDER build)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 281a026..47ced82 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,8 @@ keysafe (0.20161022) unstable; urgency=medium
Thanks, Sean Whitton
* Makefile: Propagate LDFLAGS, CFLAGS, and CPPFLAGS through ghc.
* Makefile: Allow setting BUILDER=./Setup to build w/o cabal or stack.
+ * Makefile: Allow setting BUILDEROPTIONS=-j1 to avoid concurrent
+ build, which should make build reproducible.
-- Joey Hess <id@joeyh.name> Sat, 22 Oct 2016 19:01:24 -0400