To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85014
Issue #|85014
Summary|dmake generates wrong warnings
Component|tools
Version|current
Platform|PC
URL|
OS/Version|Windows, 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 Jan 6 05:23:11 +0000
2008 -------
Dmake 4.11 generates "Found file corresponding to virtual target [...]" warnings
for multiple (::) target definitions on native W32 dmakes. This reproduces the
problem:
- - - makefile.mk - - -
SHELL:=cmd.exe
SHELLFLAGS:=/S /C
all : exists
@echo Done
exists ::
[EMAIL PROTECTED] create > $@
- - - makefile.mk - - -
$ rm exists && ./dmake/dmake.exe -rf ../t_shay_2mw.mk
Done
dmake.exe: Warning: -- Found file corresponding to virtual target [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]