|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 05: parallel-make.patch
> > Hmm, don't use make world here.
>
> 'make world' is probably the most widely used target, so we definitely
> need to support it.
>
> There's also a couple of other problems:
>
> * changing all the install targets from install-* to *.install will
> break Rick's rpm package.
I didn't really understyand the point of this. Is *.foo a more
conventional naming scheme, or is it just that you get to use pattern
rules (not a big win IMO)?
> * I'm not sure the extra parallelism will work: We need to stop the
> pristine tree being extracted twice concurrently.
The existing parallelism within each sub-target seems enough to keep a
bunch of CPUs busy. Aggressively parallelising further in the root
Makefile is simply going to make the build system fragile.
-- Keir
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|