help-make
[Top][All Lists]
Advanced

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

Re: Print variable


From: Kristof Provost
Subject: Re: Print variable
Date: Thu, 15 Sep 2011 14:41:05 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On 2011-09-14 23:58:45 (-0700), MD.Mahbubur Rahman <address@hidden> wrote:
> I wrote a make file for learning purpose as I am new to it. 
> Below hilighted code does not work as expected 
> 
That all rather depends on what you expect this code to do of course.
What do you expect to see?

> LOCAL_PATH := $(call my-dir) 
This will assign nothing to LOCAL_PATH because my-dir is undefined.
Did you show us all code?

Once you print the variables you'll see one line with abc and one empty
line.

Regards,
Kristof




reply via email to

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