Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e6b176bce72e117e012013b1d4edb965a165db8e >--------------------------------------------------------------- commit e6b176bce72e117e012013b1d4edb965a165db8e Author: Ian Lynagh <[email protected]> Date: Fri Feb 10 02:16:40 2012 +0000 Remove some Makefile debugging code >--------------------------------------------------------------- mk/boilerplate.mk | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index b6ec9be..74f2edc 100644 --- a/mk/boilerplate.mk +++ b/mk/boilerplate.mk @@ -145,8 +145,6 @@ empty= space=$(empty) $(empty) ghc-config-mk = $(TOP)/mk/ghcconfig$(subst $(space),_,$(subst :,_,$(subst /,_,$(subst \,_,$(TEST_HC))))).mk -$(info TOP is $(TOP)) -$(info ghc-config-mk is $(ghc-config-mk)) $(ghc-config-mk) : $(TOP)/mk/ghc-config $(TOP)/mk/ghc-config "$(TEST_HC)" >"$@" || $(RM) "$@" _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
