To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81296
                 Issue #|81296
                 Summary|dependecies of generated c/c++ source files get lost
               Component|tools
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|dmake
             Assigned to|hjs
             Reported by|hjs





------- Additional comments from [EMAIL PROTECTED] Wed Sep  5 14:58:54 +0000 
2007 -------
in i18npool/breakiterator there is a chain of dmake rules to finally create an
object file. unfortunately this chain gets cut upon dependency generation. the 
line 

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

from rules.mk not sets an internal  timestamp for the dummy target on the left
side but also for the source file on the left side.
looking at the debug output of dmake, i could see a magically appearing target
for that source file that got neither dependencies nor receipt, leaving me quite
puzzled.

in result, dmake thinks the sourcefile is updated even if a newer prerequisite
exists.

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