bug-make
[Top][All Lists]
Advanced

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

Re: Target-specific variable in subdirectory problem


From: Kyle Rose
Subject: Re: Target-specific variable in subdirectory problem
Date: Wed, 2 Aug 2017 15:12:52 -0400

On Wed, Aug 2, 2017 at 3:03 PM, Sven C. Dack <address@hidden> wrote:
> Hello,
>
> try it with the following rules:
>
> test-%: $(eval FOO = BAR)
> test-%:
>     echo $(FOO)

FOO is a global variable in this case. Not sure what you're trying to
demonstrate here.

Kyle



reply via email to

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