Skip to content
Snippets Groups Projects
Commit 733acd7a authored by Simon Peyton Jones's avatar Simon Peyton Jones Committed by Ian Lynagh
Browse files

Add a comment about how to do validate while capturing a debug log,

for debugging the build system.
parent ae0f6790
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ thisdir=`utils/ghc-pwd/dist-boot/ghc-pwd` ...@@ -89,6 +89,7 @@ thisdir=`utils/ghc-pwd/dist-boot/ghc-pwd`
echo "Validating=YES" > mk/are-validating.mk echo "Validating=YES" > mk/are-validating.mk
$make -j$threads ValidateHpc=$hpc ValidateSlow=$slow $make -j$threads ValidateHpc=$hpc ValidateSlow=$slow
# For a "debug make", add "--debug=b --debug=m"
$make binary-dist-prep $make binary-dist-prep
$make test_bindist TEST_PREP=YES $make test_bindist TEST_PREP=YES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment