help-gnu-utils
[Top][All Lists]
Advanced

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

Re: Setting environment variables with Make


From: Tom Browder
Subject: Re: Setting environment variables with Make
Date: Sat, 7 Mar 2009 14:39:05 -0600

On Sat, Mar 7, 2009 at 2:34 PM, Paul Jarc <prj@po.cwru.edu> wrote:
> Tom Browder <tom.browder@gmail.com> wrote:
>> I tried this:
>>
>> JUNK = *~ core
>>
>> clean:
>> <tab>rm $$(JUNK)
>>
>> and no luck.
>
> That's because unlike the OP, you want to expand a Makefile variable,
> not a shell variable.  You should use a single $.

Oops!  You're correct--thanks.

-Tom




reply via email to

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