To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67145
------- Additional comments from [EMAIL PROTECTED] Mon Jul 10 11:31:15 -0700
2006 -------
I don't see that using := for *nTARGETN would help here. The SHLxIMPLIBN are
used
as dependency for $(APPxTARGETN) (through $(APPxDEPN) ) but at this point
(target
rule definition of $(APPxTARGETN) in _tg_app.mk they are still empty.
As you said, reshuffeling the order of the _tg_XXX.mk helps, but I would prefer
"late evaluation" of the macros in target dependencies.
As a minimal fix for this issue this would be (plus unrolling):
+++ solenv/inc/tg_app.mk 10 Jul 2006 18:01:49 -0000
@@ -94,7 +94,7 @@
$(APP$(TNR)TARGETN): $(APP$(TNR)OBJS) $(APP$(TNR)LIBS) \
$(APP$(TNR)RES) \
- $(APP$(TNR)ICON) $(APP$(TNR)DEPN) $(USE_APP$(TNR)DEF)
+ $(APP$(TNR)ICON) $$(APP$(TNR)DEPN) $(USE_APP$(TNR)DEF)
@echo ------------------------------
@echo Making: $@
.IF "$(GUI)"=="UNX"
I'll test and add to vq34.
Propably we'll find a few more issues with the "empty macros used patch" from
issue 67166 and I'll create a CWS just for these warnings. But the QA can wait
until you're back (who knows if it's even ready by then).
---------------------------------------------------------------------
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]