use the processors number instead of hard code 4 to build
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 18 Jan 2013 03:34:07 +0000 (22:34 -0500)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 18 Jan 2013 03:47:27 +0000 (22:47 -0500)
commit588d4a8a22b9b64c0c26ef6037524ee707cdfce7
treefc2d4ef94feedc6a970d66037f40f06325413fdd
parentf7a9dae4c69315bdd765fe33072cb34e7fea4ec3
use the processors number instead of hard code 4 to build

'build' can accept --jobs option to set the %jobs and %_smp_mflags
macros for rpm build, so the proper value should be the max number
of (number of system processors, 4)

Change-Id: I55a8111baf3ed04b99aef6865c39ac6e054af48a
depanneur