It seems that $(value) doesn't work for function parameters:

$ cat GNUmakefile
fn = $(value 1)
v = $

$(warning $(value v))
$(warning $(call fn,$))

.PHONY: all
all:


$ gmake GNUmakefile:4: $ GNUmakefile:5: gmake: Nothing to be done for `all'.



Is this a bug or a feature?  Is there a workaround or alternative?

Thanks,
Noel


_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to