To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71704
Issue #|71704
Summary|Mixing -S and -P (MAXPROCESS) together trigger a fatal
| error
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|vq
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sat Nov 18 08:36:42 -0800
2006 -------
(Followup to issue 71701)
Mixing -S and -P2 on the command line creates problems.
This example makefile.mk:
- - - - - - - - - -
SHELL=/bin/sh
SHELLFLAGS=-c
my.inc :
+echo "# MAXPROCESS=$(MAXPROCESS):" > my.inc
.INCLUDE : my.inc
all:
+echo all
- - - - - - - - - -
Gives this error:
$ rm my.inc ; dmake.exe -S -P2 -r all
echo "# MAXPROCESS=2:" > my.inc
echo all
dmake: Error: -- MAXPROCESS changed after a command was executed!
all
---------------------------------------------------------------------
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]