To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69462
------- Additional comments from [EMAIL PROTECTED] Sun Jun 24 22:39:39 +0000
2007 -------
I found the root cause for this, and probably issue 78837, issue 66751.
Currently an infered % prerequisite gets the time stamp of the target it was
infered for if it does not exist yet.
The following patch "fixes" this but I don't know yet what this is going to
break instead:
+++ dmake/make.c 24 Jun 2007 22:31:15 -0000
@@ -388,8 +388,8 @@
Stat_target( tcp, 1, FALSE );
if( tcp->ce_time == (time_t)0L ) {
- if( tcp->ce_flag & F_INFER )
- tcp->ce_time = itime;
+ // if( tcp->ce_flag & F_INFER )
+ // tcp->ce_time = itime;
}
else {
/* File exists so don't remove it later. */
---------------------------------------------------------------------
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]