help-make
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Greg Chicares
Subject: Re: (no subject)
Date: Wed, 07 Sep 2005 11:57:51 +0000
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

On 2005-9-7 6:23 UTC, Praveen SINGH wrote:
> 
> export BASE:=yyy_BASE
> 
> ...
> dirs: 
>       mkdir -p $(OBJ)
>       cd $(SUBDIR_1) && $(MAKE)
>       cd $(SUBDIR_2) && $(MAKE) TARGET=$(BASE)
> 
> And I build like "make TARGET=xxx_BASE".

Try quoting it this way:
        cd $(SUBDIR_2) && $(MAKE) TARGET='$(BASE)'
Does that work?




reply via email to

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