[commit: testsuite] master: remove debugging cruft (66d5ef6)
git at git.haskell.org
git at git.haskell.org
Thu Aug 22 20:54:34 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/66d5ef6774aaac7a642cc731b336651ca0d86e9f/testsuite
>---------------------------------------------------------------
commit 66d5ef6774aaac7a642cc731b336651ca0d86e9f
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Aug 22 19:54:05 2013 +0100
remove debugging cruft
>---------------------------------------------------------------
66d5ef6774aaac7a642cc731b336651ca0d86e9f
tests/rts/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/rts/Makefile b/tests/rts/Makefile
index d0f6c5e..e7895c8 100644
--- a/tests/rts/Makefile
+++ b/tests/rts/Makefile
@@ -71,7 +71,6 @@ GHC_PRIM_DIR = $(shell $(LOCAL_GHC_PKG) field ghc-prim library-dirs | sed 's/^.*
GHC_PRIM_LIB = $(shell $(LOCAL_GHC_PKG) field ghc-prim hs-libraries | sed 's/^.*: *//')
INTEGER_GMP_DIR = $(shell $(LOCAL_GHC_PKG) field integer-gmp library-dirs | sed 's/^.*: *//')
INTEGER_GMP_LIB = $(shell $(LOCAL_GHC_PKG) field integer-gmp hs-libraries | sed 's/^.*: *//')
-$(warning xxx$(BASE_DIR)xxx)
BASE = $(BASE_DIR)/lib$(BASE_LIB).a
GHC_PRIM = $(GHC_PRIM_DIR)/lib$(GHC_PRIM_LIB).a
More information about the ghc-commits
mailing list