To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81296





------- Additional comments from [EMAIL PROTECTED] Thu Sep  6 04:16:54 +0000 
2007 -------
Please help me understand the problem, I tell you what I would expect from the

not_existing$/s_%.dpcc : $(MISC)$/%.c;@noop $(assign all_misc_slo+:=$<)

rule, and you tell me where I am wrong. Lets use $(MISC)$/blah.c as an example.
not_existing$/s_blah.dpcc does not exist, so it is build. $(MISC)$/blah.c has to
exist. (Otherwise this rule is not used and an error "Don't know how to make .."
is issued if there is no alternative rule that can be used.)

So the recipe is executed, $(MISC)$/blah.c is added to $(assign all_misc_slo)
and the (internal) time stamp of not_existing$/s_blah.dpcc is set to the current
time after recipe line is finished. (It would be the real file time, if that
file would exist.) The internal time of $(MISC)$/blah.c is the same as the
file time of that file. (If that is not happening, it's a bug.)

---------------------------------------------------------------------
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]

Reply via email to