[desktop-discuss] System requirements to build JDS
Laszlo (Laca) Peter
Laszlo.Peter at Sun.COM
Sat Jan 5 14:24:31 PST 2008
On Sat, 2008-01-05 at 11:36 -0800, Artem Kachitchkine wrote:
> Does the JDS build system build more than one component in parallel and,
> if so, does it have any ways to control parallelism? Unless it is
> strictly sequential, system requirements would be pretty hard to define,
> I think.
Currently pkgtool builds sequentially, parallelization is only at
the make level (i.e. most spec files use make -j$CPUS). One of the
planned enhancements for pkgtool is parallelizing at the component
(spec file) level. Akin to "gmake -j", you will be able to specify
the maximum number of components to build in parallel.
Laca
More information about the desktop-discuss
mailing list