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





------- Additional comments from [EMAIL PROTECTED] Tue Apr 26 01:18:06 -0700 
2005 -------
I believe that I've now discovered yet another problem with "::" targets, this
time involving ".PHONY".

The following makefile.mk creates the file "bar" and then gives the error "Don't
know how to make 'foo'" when invoked as "dmake":

.USESHELL :

.PHONY : all foo

all : foo

foo :: bar

bar :
        echo bar>bar

If I remove "foo" from the ".PHONY" line then there is no complaint (although no
file called "foo" is actually created, of course).

Alternatively, if I change "foo :: bar" to just "foo : bar" then all is well.

So that's three outstanding problems to do with "::" now:
- this one,
- the one above dated "Thu Apr 21 03:32:30 -0700 2005",
- the one above dated "Thu Apr 21 03:44:00 -0700 2005".

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