help-make
[Top][All Lists]
Advanced

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

unable to understand $(origin)


From: Payal
Subject: unable to understand $(origin)
Date: Thu, 6 May 2010 03:17:47 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

Hi all,
My makefile looks like this,

obj = foo.o bar.o 
default : 
    # It is coming from $(origin, obj)

$ make
# It is coming from 
$ make obj=cmdline
# It is coming from 
$

What is wrong here? I have re-read the make manual for this w/o any
success.
With warm regards,
-Payal
-- 






reply via email to

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