X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=e00a8445085c57d9a09e0ad8bf8a706f8c47ea21;hb=74da1264ba27c992e331b821c27b5d048c8d33cb;hp=1e79212c8ed39dfaf74c3f4de0278c025c176d5e;hpb=df77da9200a523e1e2dc5fe578aef7436f4bb128;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 1e79212..e00a844 100644 --- a/Makefile +++ b/Makefile @@ -72,10 +72,15 @@ check-packages : @for d in `cat libraries/core-packages`; do \ if test ! -d libraries/$$d; then \ echo "Looks like you're missing libraries/$$d,"; \ - echo "maybe you haven't done 'sh darcs-all get'?"; \ + echo "maybe you haven't done './darcs-all get'?"; \ 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 @@ -396,7 +401,7 @@ endif .PHONY: fiddle-binary-dist fiddle-binary-dist: - cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME) && ../distrib/prep-bin-dist-mingw + cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw # Tar up the distribution and build a manifest binary-dist :: tar-binary-dist