To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65360
Issue #:|65360
Summary:|dmake silently skips .<suffix> targets when
|prerequisits are given
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:|vq
Reported by:|vq
------- Additional comments from [EMAIL PROTECTED] Sun May 14 09:31:45 -0700
2006 -------
Before issue 65122 changed this hunk:
@@ -849,18 +872,23 @@
prereq = _build_graph(op,tg1,prereq);
}
else if( !(tg1->ce_flag & F_SPECIAL) &&
- (prereq == NIL(CELL)) &&
(p = _is_magic( tg1->CE_NAME )) != NIL(char))
_do_magic( op, p, tg1, prereq, attr, set_dir );
meta .<suffix> targets were just silently ignored despite the illegal syntax.
As issue 65333 shows that bug was actually relied on by the OOo build.
---------------------------------------------------------------------
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]