root / trunk / data / iokittools / make.sh

Revision 338, 276 bytes (checked in by saurik, 5 months ago)

Minor biuld determinism mistakes.

Line 
1shopt -s extglob
2pkg:setup
3pkg: mkdir -p /usr/sbin
4for tproj in *.tproj; do
5    tproj=$(basename "${tproj}" .tproj)
6    ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit -save-temps
7    pkg: cp -a "${tproj}" /usr/sbin
8done
Note: See TracBrowser for help on using the browser.