To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65333
Issue #:|65333
Summary:|dmake mistakes .ROOT, .TARGETS, .INIT and .DONE for
|.<suffix> targets
Component:|tools
Version:|current
Platform:|All
URL:|
OS/Version:|Windows, all
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|dmake
Assigned to:|vq
Reported by:|vq
------- Additional comments from [EMAIL PROTECTED] Fri May 12 09:51:15 -0700
2006 -------
New diagnostics in dmake45 showed that dmake fails mistakes the targets
.ROOT, .TARGETS, .INIT and .DONE for AUGMAKE special targets of the .<suffix>
form.
Example:
----
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
.ROOT .PHONY .NOSTATE .SEQUENTIAL :- .INIT .TARGETS .DONE;
.INIT .DONE .PHONY: ;
all :
+echo $@
----
The targets .ROOT and .TARGETS are special targets that were just forgotten,
but .INIT and .DONE are self defined and therefore indistinguishable from
.<suffix> meta targets.
---------------------------------------------------------------------
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]