projects
/
wyse_ntpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ef1e7e3
)
parallel jobs
author
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 02:48:34 +0000 (12:48 +1000)
committer
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 02:48:34 +0000 (12:48 +1000)
makeitall.sh
patch
|
blob
|
history
diff --git
a/makeitall.sh
b/makeitall.sh
index
d41671c
..
2dd542a
100755
(executable)
--- a/
makeitall.sh
+++ b/
makeitall.sh
@@
-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"