[commit: ghc] ghc-7.8: Remove debugging output (0583834)
git at git.haskell.org
git at git.haskell.org
Mon Apr 14 13:53:30 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/05838341dec1ec3acfa6523015b6b7c062f43998/ghc
>---------------------------------------------------------------
commit 05838341dec1ec3acfa6523015b6b7c062f43998
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Mar 28 09:09:38 2014 +0000
Remove debugging output
(cherry picked from commit 4c8edfd2c722504baaa6896d194fd3a8c3f9b652)
>---------------------------------------------------------------
05838341dec1ec3acfa6523015b6b7c062f43998
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