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!



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to