help-make
[Top][All Lists]
Advanced

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

Re: Using environmnet variables in make


From: Tom Browder
Subject: Re: Using environmnet variables in make
Date: Thu, 26 Feb 2009 16:43:19 -0600

On Thu, Feb 26, 2009 at 11:28 AM, albob <address@hidden> wrote:
...
> test:
>   export QA_STEP=start ;
>   touch ${QA_STEP};

I think the export line cannot be a command as you have it.

Try:

export QA_STEP=start

test:
<tab> touch ${QA_STEP}

-Tom




reply via email to

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