[commit: ghc] master: Remove debugging output (4c8edfd)
git at git.haskell.org
git at git.haskell.org
Fri Mar 28 09:13:32 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4c8edfd2c722504baaa6896d194fd3a8c3f9b652/ghc
>---------------------------------------------------------------
commit 4c8edfd2c722504baaa6896d194fd3a8c3f9b652
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Mar 28 09:09:38 2014 +0000
Remove debugging output
>---------------------------------------------------------------
4c8edfd2c722504baaa6896d194fd3a8c3f9b652
aclocal.m4 | 1 -
1 file changed, 1 deletion(-)
diff --git a/aclocal.m4 b/aclocal.m4
index 5f5c424..7cae3b5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1811,7 +1811,6 @@ AC_MSG_NOTICE(Building in-tree ghc-pwd)
changequote(, )dnl
GHC_LDFLAGS=`echo $LDFLAGS | sed 's/\(^\| \)\([^ ]\)/\1-optl\2/g'`
changequote([, ])dnl
- echo $GHC_LDFLAGS
if ! "$WithGhc" $GHC_LDFLAGS -v0 -no-user-$GHC_PACKAGE_DB_FLAG -hidir utils/ghc-pwd/dist-boot -odir utils/ghc-pwd/dist-boot -stubdir utils/ghc-pwd/dist-boot --make utils/ghc-pwd/Main.hs -o utils/ghc-pwd/dist-boot/ghc-pwd
then
AC_MSG_ERROR([Building ghc-pwd failed])
More information about the ghc-commits
mailing list