From: Ian Lynagh Date: Thu, 12 Apr 2007 22:30:14 +0000 (+0000) Subject: Check boot seems to have been run before we let make proceed X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2b817fc50ca5ebc26cdc56c0c68b8b47d23d3f06 Check boot seems to have been run before we let make proceed --- diff --git a/Makefile b/Makefile index bcae147..3b7f99c 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,11 @@ check-packages : exit 1; \ fi \ done + if test ! -e libraries/base/configure; then \ + echo "Looks like you're missing base's configure script."; \ + echo "Did you run 'sh boot' at the top level?"; \ + exit 1; \ + fi stage1 : check-packages $(MAKE) -C utils/mkdependC boot