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





------- Additional comments from [EMAIL PROTECTED] Sat Feb 19 02:54:37 -0800 
2005 -------
Since, at the top level makefile.mk doesn't understand the number of processes
which dmake forks at the build.

This patch works if we subsitute %%NUMOFPROCESSES%% to some appropreate
integer (e.g., 1, 4, 8)
--- config_office/makefile.rc~  Thu Oct 28 17:53:25 2004
+++ config_office/makefile.rc   Sat Feb 19 12:21:23 2005
@@ -188,10 +188,10 @@
        zlib
 
 build_all .SETDIR=instsetoo_native/prj:
-       @+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH)
+       @+perl $(SOLARENV)$/bin$/build.pl -P%%NUMOFPROCESSES%% --all 
$(PROFULLSWITCH)
 
 depend .SETDIR=instsetoo_native/prj:
-       @+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH) depend=t
+       @+perl $(SOLARENV)$/bin$/build.pl -P%%NUMOFPROCESSES%% --all 
$(PROFULLSWITCH) 
depend=t
 
 
 # 


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