To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72210
Issue #|72210
Summary|dmake build with --enable-spawn ignores the '-' recipe
| switch
Component|tools
Version|current
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|dmake
Assigned to|hjs
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sat Dec 2 08:27:48 -0800
2006 -------
... for non-shell recipes.
I found this by code inspection but it's easy to test. The following makefile:
- - - -
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
all :
-blabla
@echo OK
- - - -
shows the difference:
$ ./dmakespawn.exe -r
blabla
Error: -- spawn failed: blabla: No such file or directory
[EMAIL PROTECTED] /cygdrive/d/w1/cws_src680_dmake47
$ ./dmakefork.exe -r
blabla
Error: -- execvp failed: blabla: No such file or directory
OK
---------------------------------------------------------------------
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]