To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43077





------- Additional comments from [EMAIL PROTECTED] Fri Feb 18 08:15:12 -0800 
2005 -------
Hmm, I tried your example file with the cygwin build dmake.exe for 4.1 and 4.3.
(I don't have access to a MSVC build version right now)

For cygwin ( and I assume all *nix like variants dmake behaves like your
4.3 results. Additionally there is no special treatment for \ as escaping
character in dmake, if you ask $(mktmp ..) to write a \ it should do that.

So the bug got fixed accidentally ;) in the meantime.

If you want to rely on the bug that \\ gets converted to \ for mktemp
you can use something like this:

.IF "$(MAKEVERSION)" == "4.10"
BAR = $(FOO:s,\,\\,)
.ELSE
BAR = $(FOO)
.ENDIF

Please note that 4.1 PL0 identifies itself as 4.10.

I will write something in the NEWS file of the next dmake version about
this the fixed mktmp behaviour.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to