fast build mode no longer links exe with recent cabal

I tried removing the --no-link, but then the link fails. Which must be why
cabal is using it.
This commit is contained in:
Joey Hess 2015-06-09 14:00:51 -04:00
parent 3c03929720
commit 8976e4755c

View file

@ -233,7 +233,8 @@ androidapp:
$(MAKE) -C standalone/android
# We bypass cabal, and only run the main ghc --make command for a
# fast development built. Note: Does not rebuild C libraries.
# fast development built. Note: Does not rebuild C libraries, or link
# executable.
fast: dist/caballog
@$$(grep 'ghc --make' dist/caballog | head -n 1 | sed -e 's/-package-id [^ ]*//g' -e 's/-hide-all-packages//') -O0
@ln -sf dist/build/git-annex/git-annex git-annex