diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-18 15:21:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-18 15:24:18 -0400 |
commit | bb83e52e4bc30f86f7901407cd08820deb848285 (patch) | |
tree | c001d2828d22898abdfb949e3c87be680206e238 /Makefile | |
parent | afd727203041bf2565fff2b7de7e5ccea21151bc (diff) |
make DistributionUpdate download build-version files and use them in the info files
Also automated downloading the builds, finally. I had done it by hand until
now.
Note that the Windows autobuilder has an expired cert, so it will refuse to
download from it currently. I have emailed its admin to get that fixed,
hopefully.
This commit was sponsored by Peter Hogg.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ hdevtools: distributionupdate: git pull cabal configure - ghc --make Build/DistributionUpdate -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h + ghc -Wall --make Build/DistributionUpdate -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h ./Build/DistributionUpdate .PHONY: git-annex git-union-merge git-recover-repository tags build-stamp |