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





------- Additional comments from [EMAIL PROTECTED] Sat Nov 18 08:02:33 -0800 
2006 -------
Hmm, the following patch removes the symptom but beside that -S (sequential
execution, i.e. inherently -P1) and -P# combinations on the command line
together are useless this shouldn't trigger the error.. I'll look into this.

But it also doesn't make sense that we define

MAKE          *=  $(MAKECMD) -S $(MFLAGS)

in startup.mk forcing sequential execution. I'm not so sure about the $(MFLAGS)
part, but expat/wntmsci10.pro/misc/build/expat/makefile.mk adds them again:

        +cd xmltok && $(MAKE) $(MFLAGS) $(CALLMACROS)


Anyway, here is the patch:

+++ solenv/inc/startup/startup.mk       18 Nov 2006 16:01:57 -0000
@@ -46,7 +46,7 @@
 
 # ----------------- Default Control Macro definitions -----------------------
 # Select appropriate defaults for basic macros
-   MAKE          *=  $(MAKECMD) -S $(MFLAGS)
+   MAKE          *=  $(MAKECMD)
    TMPDIR        *:= $/tmp
    DIVFILE       *=  $(TMPFILE)
    TMPDIR        *:= $/tmp


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