bug-make
[Top][All Lists]
Advanced

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

Formatting for longer function parameters


From: SF Markus Elfring
Subject: Formatting for longer function parameters
Date: Thu, 15 Jan 2015 14:30:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hello,

Several parameters can be passed to user-defined make functions.
http://www.gnu.org/software/make/manual/html_node/Syntax-of-Functions.html

Some strings can become longer. So I see a need occasionally
to distribute the parameter list over more lines for better
build script readability.

I would like to be especially careful with passing of no
additional white-space characters at this place.
Will the line continuation work also with the backslash character there?
http://www.gnu.org/software/make/manual/html_node/Splitting-Lines.html

Regards,
Markus



reply via email to

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