make it all script
[wyse_ntpd.git] / makeitall.sh
1 #!/bin/bash
2
3 echo "Building syslinux bits i need"
4 echo "..... libinstaller"
5 pushd src/syslinux-5.10
6 make -C libinstaller
7 popd
8 echo "..... 32bit static syslinux"
9 pushd src/syslinux-5.10
10 make -C linux syslinux
11 popd
12