diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-20 17:06:07 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-20 17:06:07 +0100 |
commit | 3b545c4edfd4cf61ff6dc7af18fde26faf4d7c4b (patch) | |
tree | 539333e9378cef34e56ae8dead609fd13c2e5009 /validate | |
parent | 3bb66cc52ced70cd7081fb8a2e32a1005528d5a0 (diff) | |
download | haskell-3b545c4edfd4cf61ff6dc7af18fde26faf4d7c4b.tar.gz |
Add a comment about how to do validate while capturing a debug log,
for debugging the build system.
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,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 |