[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

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


User hjs changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Mar  2 06:20:13 -0800 
2005 ---
.

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



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

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


User maho changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Wed Feb 23 00:54:43 -0800 
2005 ---
mark as no-fix
hjs:
 parallel builds are possible with the build command  anyway
you are right.
cd instsetoo_native/
build --all
is sufficient.
Thanks!


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



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

2005-02-22 Thread hjs
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] Tue Feb 22 02:52:00 -0800 
2005 ---
sorry, i don't see the connection between toplevel makefile and parallel build.

parallel builds are possible with the build command  anyway. with this change
here applied, with the toplevel makefile also.

but i just don't see the advantage of this toplevel makefile at 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]



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

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


User hjs changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0   |DevTools





--- Additional comments from [EMAIL PROTECTED] Tue Feb 22 08:43:36 -0800 
2005 ---
other target

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



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

2005-02-21 Thread hjs
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] Mon Feb 21 04:13:45 -0800 
2005 ---
beside denying the usefulness of a toplevel makefile at all:

your soultion forces all who use this makefile to fill the according variable as
plain -P without parameter will break. my suggestion would be

.IF $(MAXPROCESS)!=1
USEMP=-P$(MAXPROCESS)
.ENDIF

and later use 

@+perl $(SOLARENV)$/bin$/build.pl $(USEMP) --all $(PROFULLSWITCH)



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



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

2005-02-21 Thread maho
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] Mon Feb 21 18:46:59 -0800 
2005 ---
hjs:
thanks for your comment.

 beside denying the usefulness of a toplevel makefile at all:
does it mean parallele build will never be enabled?


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



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

2005-02-19 Thread maho
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]



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

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


User maho changed the following:

  What|Old value |New value

CC|''|'pjanik'

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 02:55:27 -0800 
2005 ---
Add Cc: pjanik

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



[tools-issues] [Issue 43129] parallele builds dmake at top directory doesn't make sense.

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


User pjanik changed the following:

  What|Old value |New value

   Assigned to|mh|hjs





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 02:58:28 -0800 
2005 ---
Ause?


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