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





------- Additional comments from [EMAIL PROTECTED] Tue Jul 31 20:09:36 +0000 
2007 -------
Hmm, I must have seen ghosts. The testcase as is works fine with the current
dmake 4.11 (and earlier dmakes). The other problem remains, this:

SHELL*:=/bin/sh
SHELLFLAGS*:=-ce

.REMOVE : ; @echo remove $<

%.a  : %.b
        touch $@

%.b :
        touch $@

all : xx.a
        touch all

$ rm xx.* all  ; ./dmake/dmake.exe -rf t_80143_1.mk 
touch xx.b
touch xx.a
touch all


Does not mark xx.b as a removable/intermediate target.

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