Opened 16 years ago

Closed 16 years ago

#34 closed enhancement (fixed)

The kmk --jobs (-j) argument should default to the cpu/core count.

Reported by: bird Owned by: bird
Priority: major Milestone: 0.1.4
Component: kmk Version:
Keywords: Cc:

Description

Most kBuild users (talking about actual developers here that are using it all day long) don't wish to have to SET/export KMK_FLAGS=-j2 in their environment. So, to make their life simpler, kmk should default the number of concurrent jobs to the number of cpus/cores in the system. For non-parallel building, -j1 (or --jobs=1 will do the trick.

Change History (2)

comment:1 Changed 16 years ago by bird

Type: defectenhancement

comment:2 Changed 16 years ago by bird

Resolution: fixed
Status: newclosed

Implemented in [1709].

Note: See TracTickets for help on using tickets.