Summary: | KDE eclass denies parallel make | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Walt H <walt_h> |
Component: | Eclasses | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | CC: | m.debruijne |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde.eclass?r1=1.167&r2=1.168 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Walt H
2007-01-22 00:54:21 UTC
Err, care to look up the changes properly before filing a bug next time, please. The only emake -j1 in that eclass is for calling Makefile.cvs that _cannot_ be ran in parallel. The main make process is ran without -j1 and works great in parallel. It appears you are correct :) I was building for a new arch in a chroot and it seemed to be taking longer than normal. I notice that at many times throughout the build, it was only utilizing one core, but maybe that's due to the kdeenablefinal flag? Anyway, sorry for the false alarm. Yes, kdeenablefinal will kill the idea of parallel make, as only one file is compiled per directory. |