To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85061
Issue #|85061
Summary|Silence dmake warning
Component|tools
Version|680m241
Platform|All
URL|
OS/Version|Windows, all
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|solenv
Assigned to|hjs
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Mon Jan 7 19:40:00 +0000
2008 -------
m241 is down to only a few 80 warnings in the tinderbox build. A fair share of
them is something like:
dmake: Warning: -- Target [../../../wntmsci10.pro/lib/foo.lib] was made but the
time stamp has not been updated.
The following patch (plus unrolling) should quieten this noise. This should be
save as $(SHL$(TNR)TARGETN) is a prerequisite for this rule (via
$(USE_SHL$(TNR)TARGET) ).
diff -u -r1.118 tg_shl.mk
--- solenv/inc/tg_shl.mk 7 Dec 2007 17:06:25 -0000 1.118
+++ solenv/inc/tg_shl.mk 7 Jan 2008 19:35:46 -0000
@@ -526,6 +526,7 @@
-def:$(SHL$(TNR)DEF) )
.ELSE # "$(USE_DEFFILE)==""
@echo build of $(SHL$(TNR)TARGETN) creates $@
+ @$(TOUCH) $@
.ENDIF # "$(USE_DEFFILE)==""
.ENDIF # "$(COM)"=="GCC"
.ELSE
---------------------------------------------------------------------
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]