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
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://make.mad-scientist.us
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make