Re: Why does linux-2.6 not use make-kpkg build for xen flavours?

2006-11-23 Thread Goswin von Brederlow
Bastian Blank [EMAIL PROTECTED] writes:

 On Wed, Nov 22, 2006 at 08:50:38PM +0100, Goswin von Brederlow wrote:
 when I build linux-2.6 I would like to use both my cpus. So I set
 CONCURRENCY_LEVEL=2.

 | $ grep CONCURRENCY_LEVEL -r debian
 | ./debian/rules.real:  setup_env_kpkg_jobs = 
 CONCURRENCY_LEVEL=$(DEBIAN_KERNEL_JOBS)
 | $

 CONCURRENCY_LEVEL is not defined in the included documentation. There is
 a setting available for that, even if not documented, which works
 properly: DEBIAN_KERNEL_JOBS.

 Bastian

Thanks, that solves my problem.

But not my question.

Why don't the xen kernels build with make-kpkg?

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why does linux-2.6 not use make-kpkg build for xen flavours?

2006-11-22 Thread Bastian Blank
On Wed, Nov 22, 2006 at 08:50:38PM +0100, Goswin von Brederlow wrote:
 when I build linux-2.6 I would like to use both my cpus. So I set
 CONCURRENCY_LEVEL=2.

| $ grep CONCURRENCY_LEVEL -r debian
| ./debian/rules.real:  setup_env_kpkg_jobs = 
CONCURRENCY_LEVEL=$(DEBIAN_KERNEL_JOBS)
| $

CONCURRENCY_LEVEL is not defined in the included documentation. There is
a setting available for that, even if not documented, which works
properly: DEBIAN_KERNEL_JOBS.

Bastian

-- 
Where there's no emotion, there's no motive for violence.
-- Spock, Dagger of the Mind, stardate 2715.1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]