[commit: ghc] ghc-7.2: Add a comment about how to do validate while capturing a debug log, (733acd7)
Ian Lynagh
igloo at earth.li
Wed Aug 3 16:58:41 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/733acd7a276956a72043ebac88fb80d5051c4b5f
>---------------------------------------------------------------
commit 733acd7a276956a72043ebac88fb80d5051c4b5f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jun 20 17:06:07 2011 +0100
Add a comment about how to do validate while capturing a debug log,
for debugging the build system.
>---------------------------------------------------------------
validate | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/validate b/validate
index 4b8ed1f..8f1a09f 100755
--- a/validate
+++ b/validate
@@ -89,6 +89,7 @@ thisdir=`utils/ghc-pwd/dist-boot/ghc-pwd`
echo "Validating=YES" > mk/are-validating.mk
$make -j$threads ValidateHpc=$hpc ValidateSlow=$slow
+# For a "debug make", add "--debug=b --debug=m"
$make binary-dist-prep
$make test_bindist TEST_PREP=YES
More information about the Cvs-ghc
mailing list