projects
/
wyse_ntpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1ef1039
)
make it all script
author
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 02:17:08 +0000 (12:17 +1000)
committer
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 02:17:08 +0000 (12:17 +1000)
makeitall.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/makeitall.sh
b/makeitall.sh
new file mode 100755
(executable)
index 0000000..
5552cd2
--- /dev/null
+++ b/
makeitall.sh
@@ -0,0
+1,12
@@
+#!/bin/bash
+
+echo "Building syslinux bits i need"
+echo "..... libinstaller"
+pushd src/syslinux-5.10
+make -C libinstaller
+popd
+echo "..... 32bit static syslinux"
+pushd src/syslinux-5.10
+make -C linux syslinux
+popd
+