parallel jobs
authorPaul J R <me@pjr.cc>
Sat, 24 Aug 2013 02:48:34 +0000 (12:48 +1000)
committerPaul J R <me@pjr.cc>
Sat, 24 Aug 2013 02:48:34 +0000 (12:48 +1000)
makeitall.sh

index d41671c..2dd542a 100755 (executable)
@@ -13,12 +13,12 @@ popd
 
 echo "Building linux kernel - this is gunna take a while..."
 pushd src/linux-3.10.9
-make
+make -j 5
 popd
 echo "..... done"
 
 echo "Now Buildroot.... also going to take a while"
 pushd src/buildroot-2013.05
-make
+make -j 5
 popd
 echo "..... done"