summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-10 14:10:22 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-10 15:39:15 -0500
commitbb003086599c2ac166cfb3aa710480713adb5a2f (patch)
treecb8850f23e3505885594561daa14606c22ef6040 /mk
parentba3650c8d4980a59c35203ed129a5bbed61e6fa1 (diff)
downloadhaskell-bb003086599c2ac166cfb3aa710480713adb5a2f.tar.gz
Don't build or test dph by default
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk.sample4
-rw-r--r--mk/config.mk.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index a323884334..4189882758 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -66,8 +66,8 @@ V = 1
# working on stage 2 and want to freeze stage 1 and the libraries for
# a while.
-# Uncomment the following line to disable building DPH
-#BUILD_DPH=NO
+# Uncomment the following line to enable building DPH
+#BUILD_DPH=YES
GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),v dyn,v)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7a73d4632a..d26684e8d1 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -791,7 +791,7 @@ HSCOLOUR_SRCS = YES
endif
# Build DPH?
-BUILD_DPH = YES
+BUILD_DPH = NO
################################################################################
#