From 46297817c6d2de656f8c72c07997dab1bad6fa67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Feb 2016 16:01:31 -0400 Subject: [PATCH] add back caballog target used by ghci wrapper script --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b88d813517..d8894966f3 100644 --- a/Makefile +++ b/Makefile @@ -258,10 +258,12 @@ fast: dist/cabalbuild @ln -sf dist/build/git-annex/git-annex git-annex @$(MAKE) tags >/dev/null 2>&1 & -dist/cabalbuild: git-annex.cabal +dist/cabalbuild: dist/caballog + grep 'ghc --make' dist/caballog | tail -n 1 > dist/cabalbuild + +dist/caballog: git-annex.cabal $(BUILDER) configure -f"-Production" -O0 --enable-executable-dynamic $(BUILDER) build -v2 --ghc-options="-O0 -j" | tee dist/caballog - grep 'ghc --make' dist/caballog | tail -n 1 > dist/cabalbuild # Hardcoded command line to make hdevtools start up and work. # You will need some memory. It's worth it.