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





------- Additional comments from [EMAIL PROTECTED] Tue Aug 22 21:05:18 -0700 
2006 -------
The summary is not quite accurate. It removes the tempfiles if the end of the
recipes for the current target process is reached. For non-parallel (-P1)
execution of dmake this is always the case after each recipe line.

The folowing makefile demonstrates this:

--- makefile.mk ---
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

all :
        +echo $(assign VERSIONTMP:=$(mktmp iii)) ; sleep 1
        +echo Z$(VERSIONTMP)Z ; ls $(VERSIONTMP)
--- makefile.mk ---

For `dmake -r -P3` the tempfile is still there at the "ls $(VERSIONTMP)", for
`dmake -r` it is already deleted.

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