X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=edc04334c47ddd7c1c6cc9fc8cc56aa4f74c8193;hb=a12d2d74ef1d05b6815906ea5d29b79249191383;hp=1e79212c8ed39dfaf74c3f4de0278c025c176d5e;hpb=df77da9200a523e1e2dc5fe578aef7436f4bb128;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 1e79212..edc0433 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 "Did you run 'sh boot' at the top level?"; \ 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