help-make
[Top][All Lists]
Advanced

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

Re: Question regarding alias expansion..


From: Rick Flower
Subject: Re: Question regarding alias expansion..
Date: Mon, 4 Aug 2008 10:11:59 -0700 (PDT)
User-agent: SquirrelMail/1.4.10a

On Mon, August 4, 2008 9:49 am, Paul Smith wrote:
> On Mon, 2008-08-04 at 09:39 -0700, Rick Flower wrote:
>> old perl script:
>>  % pmake release target=sun
>> --> expanded to the following Make command
>>  % make debug=off asserts=off target=sun
>>
>> what I'd like to see Make handle:
>>  % make release target=sun
>
> How about:
>
>       ...bulk of makefile here...
>
>       .PHONY: release
>       release:
>               $(MAKE) debug=off asserts=off

Thanks Paul.. That would certainly work as well!





reply via email to

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