%% "Peter Ring" <[EMAIL PROTECTED]> writes: pr> Read up on 'Defining Variables Verbatim', the define pr> directive. Using define, you can assign a multi-line value to a pr> variable. This multi-line variable can of course contain pr> references to variables that will get expanded when you reference pr> the multi-line variable. Bingo, you've got a multi-line template.
This is not the same thing. Each line of a multiline variable will be treated as a separate line in the script--so, they will all be invoked in separate shells (giving you a syntax error). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
