more binary dists Re: ANNOUNCE: GHC version 6.10.4

Christian Maeder Christian.Maeder at dfki.de
Fri Jul 24 10:39:53 EDT 2009


Ian Lynagh wrote:
>> This error refers to the line
>>
>>   $(eval $(call canonicalise,PREFIX))
>>
>> in timeout/Makefile.
> 
> Hmm, this test:
> -------------
> HAVE_EVAL := NO
> $(eval HAVE_EVAL := YES)
> 
> ifeq "$(HAVE_EVAL)" "NO"
> $(error Your make does not support eval. You need GNU make >= 3.80)
> endif
> -------------
> in testsuite/mk/boilerplate.mk is supposed to fail if running the
> testsuite would fail, so I don't know what's gone wrong there. If you
> work out what else is breaking then let me know and we can add a test
> for it.

eval works, but abspath does not!


More information about the Glasgow-haskell-users mailing list