summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-14 19:56:51 +0100
committerIan Lynagh <igloo@earth.li>2011-04-14 20:37:13 +0100
commita91df48bcf1a06dde529812c44bbceaee7c1fb10 (patch)
tree9d79d1e1ff2a0925aa64284889dd5c04d1ed6315 /validate
parentae587ec8ab4dd8414d629d3629dec0cc44b37aa7 (diff)
downloadhaskell-a91df48bcf1a06dde529812c44bbceaee7c1fb10.tar.gz
Make the boot script complain if mk/build.mk doesn't exist
If we aren't validating and mk/build.mk doesn't exist then boot prints a warning, pointing at instructions for setting up mk/build.mk.
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 8d6e2c3043..b1ae14ffec 100755
--- a/validate
+++ b/validate
@@ -73,7 +73,7 @@ if [ $no_clean -eq 0 ]; then
INSTDIR=`cygpath -m "$INSTDIR"`
fi
- /usr/bin/perl -w boot --required-tag=dph
+ /usr/bin/perl -w boot --validate --required-tag=dph
./configure --prefix="$INSTDIR" $config_args
fi