help-make
[Top][All Lists]
Advanced

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

Print variable


From: MD.Mahbubur Rahman
Subject: Print variable
Date: Wed, 14 Sep 2011 23:58:45 -0700 (PDT)

Hi Friends, 

I wrote a make file for learning purpose as I am new to it. 
Below hilighted code does not work as expected 

test := "abc" 
LOCAL_PATH := $(call my-dir) 
foo: 
        @echo $(test) 
        @echo $(LOCAL_PATH)

Please help me.
-- 
View this message in context: 
http://old.nabble.com/Print-variable-tp32469439p32469439.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.




reply via email to

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