
27 Jul
2009
27 Jul
'09
4:39 a.m.
Ian Lynagh wrote:
On Fri, Jul 24, 2009 at 04:39:53PM +0200, Christian Maeder wrote:
eval works, but abspath does not!
Does make give the expected abspath error with this patch to testsuite/?
Yes: -bash-3.00$ gmake mk/boilerplate.mk:12: *** Your make does not support abspath. You need GNU make >= 3.81. Stop. C.
hunk ./mk/boilerplate.mk 8 -$(error Your make does not support eval. You need GNU make >= 3.80) +$(error Your make does not support eval. You need GNU make >= 3.81) +endif + +ifeq "$(abspath /)" "" +$(error Your make does not support abspath. You need GNU make >= 3.81)
Thanks Ian