To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64572
------- Additional comments from [EMAIL PROTECTED] Sat Aug 25 19:58:30 +0000
2007 -------
The previous patch solves another corner case for targets without recipes but
with an existing file associated. Committed.
Dmake now has the following behavior:
* Target has recipe lines
* No file after making it
-> Use current time
* File exists after making it
-> Use file time
* Target has no recipe lines
* No file after making it
-> Use time of newest prerequisite
* File exists after making it
-> Use the newest time of either the file time stamp or the time of the
newest prerequisite
The last case is there to prevent stale files from breaking the dependency
chain but still allowing to use a virtual target (without recipe lines) to
force the build of a target if the time stamp is newer than the target that
depends on it. (Yes, this is somehow ugly.)
---------------------------------------------------------------------
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]