[commit: ghc] master: No need to remove testsuite/.git (71a412c)

git at git.haskell.org git at git.haskell.org
Fri Jan 31 23:32:12 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/71a412c2aaf798dad769d7d39f3914c15b34950a/ghc

>---------------------------------------------------------------

commit 71a412c2aaf798dad769d7d39f3914c15b34950a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jan 31 23:31:00 2014 +0000

    No need to remove testsuite/.git
    
    as there is no testsuite/.git any more.


>---------------------------------------------------------------

71a412c2aaf798dad769d7d39f3914c15b34950a
 ghc.mk |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index 4bd47c6..0d30554 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1153,7 +1153,6 @@ sdist-testsuite-prep :
 	mkdir $(SRC_DIST_TESTSUITE_DIR)
 	mkdir $(SRC_DIST_TESTSUITE_DIR)/testsuite
 	cd $(SRC_DIST_TESTSUITE_DIR)/testsuite && lndir $(TOP)/testsuite
-	$(call removeTrees,$(SRC_DIST_TESTSUITE_DIR)/testsuite/.git)
 
 .PHONY: sdist
 sdist : sdist-ghc-prep sdist-windows-tarballs-prep sdist-testsuite-prep



More information about the ghc-commits mailing list