projects
/
wyse_ntpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
70d56cd
)
build script
author
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 02:20:08 +0000 (12:20 +1000)
committer
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 02:20:08 +0000 (12:20 +1000)
makeitall.sh
patch
|
blob
|
history
diff --git
a/makeitall.sh
b/makeitall.sh
index
5552cd2
..
d41671c
100755
(executable)
--- a/
makeitall.sh
+++ b/
makeitall.sh
@@
-10,3
+10,15
@@
pushd src/syslinux-5.10
make -C linux syslinux
popd
+
+echo "Building linux kernel - this is gunna take a while..."
+pushd src/linux-3.10.9
+make
+popd
+echo "..... done"
+
+echo "Now Buildroot.... also going to take a while"
+pushd src/buildroot-2013.05
+make
+popd
+echo "..... done"