X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=bindisttest%2Fghc.mk;h=a3e97b08f150ee58bf31b97b22534d81947ff6dc;hb=cf686352ffb4cf6e04cb94f1c673e394f6ff05c1;hp=0530ae00f1c0c21f63da0992dbc944012c50a550;hpb=71e0c82863b0021955ca76eb5c5b285714f46b73;p=ghc-hetmet.git diff --git a/bindisttest/ghc.mk b/bindisttest/ghc.mk index 0530ae0..a3e97b0 100644 --- a/bindisttest/ghc.mk +++ b/bindisttest/ghc.mk @@ -31,10 +31,11 @@ test_bindist: # c:/foo is a remote file), so it's safer to bzip and then pipe into # tar rather than using tar -xjf: cd bindisttest/a/b/c/ && $(BZIP2_CMD) -cd ../../../../$(BIN_DIST_TEST_TAR_BZ2) | $(TAR_CMD) -xf - + $(SHELL) bindisttest/checkBinaries.sh $(ProjectVersion) ifeq "$(Windows)" "YES" mv bindisttest/a/b/c/$(BIN_DIST_NAME) $(BIN_DIST_INST_DIR) else - cd bindisttest/a/b/c/$(BIN_DIST_NAME) && ./configure --prefix=$(TOP)/$(BIN_DIST_INST_DIR) + cd bindisttest/a/b/c/$(BIN_DIST_NAME) && ./configure --prefix=$(TOP)/$(BIN_DIST_INST_DIR) --with-gcc="$(WhatGccIsCalled)" cd bindisttest/a/b/c/$(BIN_DIST_NAME) && $(MAKE) install endif ifeq "$(GhcProfiled)" "NO"