To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67166
------- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:14:24 -0700
2006 -------
Previous patch breaks the OOo build in subtle way that can be illustrated by
this testcase:
--- t67166.mk ---
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
.IF $(AAA)!=123
BLA=bla
.ENDIF
AAA*=123
all:
+echo "AAA:$(AAA):"
--- t67166.mk ---
$ ./dmake/dmake.exe -rf t67166_1.mk
AAA::
The expanding of $(AAA) in the .IF condition lets the following *= assignment
think that the macro is already assigned so that it doesn't set the macro.
---------------------------------------------------------------------
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]