]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: make -j on kernel build
authorSage Weil <sage@newdream.net>
Mon, 8 Mar 2010 21:35:56 +0000 (13:35 -0800)
committerSage Weil <sage@newdream.net>
Mon, 8 Mar 2010 23:10:45 +0000 (15:10 -0800)
qa/workunits/11_kernel_untar_build.sh

index 2e07d0c7f53e7705c579050ee9dd4ec885f15b65..defb5b89abc99533fb26aa78a68f2476e2414047 100755 (executable)
@@ -6,7 +6,7 @@ cd t
 tar jxvf ../linux*
 cd linux*
 make defconfig
-make
+make -j`grep -c processor /proc/cpuinfo`
 cd ..
 rm -r linux*
 cd ..