diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-14 19:56:51 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-14 20:37:13 +0100 |
commit | a91df48bcf1a06dde529812c44bbceaee7c1fb10 (patch) | |
tree | 9d79d1e1ff2a0925aa64284889dd5c04d1ed6315 /validate | |
parent | ae587ec8ab4dd8414d629d3629dec0cc44b37aa7 (diff) | |
download | haskell-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-x | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |