To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=67199
------- Additional comments from [EMAIL PROTECTED] Wed Jul 12 11:50:17 -0700 2006 ------- Moment, I'm a little slow here, just to make sure I get it right: In the MAXPROCESS=1 case we are starting exactly one idlc process that calculates all the *.urd from the *.idl in one run, taking all the *.idl as one long argument and the rules in rules.mk will not trigger, because they are reached after all *.urd are (re-)build. In the parallel MAXPROCESS>1 case rules.mk will start an idlc process separately for each out of date *.idl file. What I don't see is why we need both places. Either it is faster to build all *.urd in one run - scrap the rules.mk part. Or it's not - skip the target.mk part. I guess this reasoning is independent of parallel or non-parallel builds. P.S.: The rules.mk part uses $(TF_PACKAGES_DEF), the target.mk part doesn't and this macro looks undefined, means empty, to me. --------------------------------------------------------------------- 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]
