hash (comment) sign inside string
haues1 <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi,
in GnuMake I am trying to load a variable with a string that contains a
#-character, like:
MEXOPTION := abc#def
The # is interpreted as start of a comment, and the variable only holds
"abs".
I tried the escape character "\\" like:
MEXOPTION := abc\\#def
but it doesn't work. Can somebody please help me?
Cheers
Haues
--
View this message in context: http://www.nabble.com/hash-%28comment%29-sign-inside-string-tp14720956p14720956.html
Sent from the Gnu - Make - W32 mailing list archive at Nabble.com.