help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: get empty value


From: gaoyong pan
Subject: Re: get empty value
Date: Tue, 23 Feb 2010 15:34:31 +0800

I figured out how to fix it, thanks.

define say
    sth := $(1)
    $$(info sth=$$(sth))
endef


2010/2/23 gaoyong pan <address@hidden>:
> Does anyone know why $(sth) is empty?
>
> define say
>    sth := $(1)
>    $(info sth=$(sth))
> endef
>
> default:
>        $(eval $(call say,its_nice))
>
> --
> Best Regards
> Linux user #384184
> @ http://counter.li.org/
>



-- 
Best Regards
Linux user #384184
@ http://counter.li.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]