To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80012
Issue #|80012
Summary|dmake core dumps while deleting intermediate targets i
|n parallel builds
Component|tools
Version|OOo 2.2.1
Platform|All
URL|
OS/Version|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] Wed Jul 25 04:24:56 +0000
2007 -------
The following makefile makes dmake core dump for parallel builds with -P2.
- - - -
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
.REMOVE :; @-+echo rm -rf $<
%.aaa : %.bbb
@echo building $@
@echo finished $@
%.bbb : %.ccc
@echo building $@
@sleep 2
@echo finished $@
%.ccc :
@echo building $@
@echo finished $@
all : aaa.aaa
+echo Done
- - - -
$ ./dmake/dmake.exe -P2 -rf makefile.mk
building aaa.ccc
finished aaa.ccc
building aaa.bbb
finished aaa.bbb
rm -rf aaa.ccc
Aborted (core dumped)
(Not a new problem, happens also with older dmakes)
---------------------------------------------------------------------
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]