Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/99351bc3d50d1dc40946f6d1eff69fe89dd940ec >--------------------------------------------------------------- commit 99351bc3d50d1dc40946f6d1eff69fe89dd940ec Author: Ian Lynagh <[email protected]> Date: Tue May 28 20:52:30 2013 +0100 We don't have to override WERROR now that we don't use the GHC build system >--------------------------------------------------------------- mk/boilerplate.mk | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index b4595f6..c89b60c 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -19,10 +19,6 @@ RM = rm -f SIZE = size STRIP = strip -# Turn off -Werror for nofib. This allows you to use nofib in a tree -# built with validate. -WERROR= - # Benchmarks controls which set of tests should be run # You can run one or more of # imaginary _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
