[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hash (comment) sign inside string
From: |
haues1 |
Subject: |
hash (comment) sign inside string |
Date: |
Wed, 9 Jan 2008 12:34:32 -0800 (PST) |
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.
- hash (comment) sign inside string,
haues1 <=