To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70168
------- Additional comments from [EMAIL PROTECTED] Wed Jan 17 08:52:24 -0800
2007 -------
fetched me the makefile from the testcase:
---- makefile.mk ----
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
DYNPRQS=a$$xx1 a$$xx2
all : $$(DYNPRQS) a$$$$xx3
echo all
a$$xx1 :
echo a1:$@
a$$xx2 :
echo a2:$@
a$$xx3 :
echo a3:$@
---- makefile.mk ----
four dollar signs in a row when using it in prerequisites - ok, looks strange
but so be it.
but looking at the echo output, e.g.
a3:ax3
instead of the expected
a3:a$xx3
it makes me wonder if there is any sense in using literal $ in targets at all.
currently you won't even be able to address the target name in the receipt...
and i never saw the warning mentioned...
---------------------------------------------------------------------
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]