Changeset 338 for trunk/data/iokittools/make.sh
- Timestamp:
- 06/28/08 18:42:16 (5 months ago)
- Files:
-
- 1 modified
-
trunk/data/iokittools/make.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/iokittools/make.sh
r296 r338 4 4 for tproj in *.tproj; do 5 5 tproj=$(basename "${tproj}" .tproj) 6 ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit 6 ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit -save-temps 7 7 pkg: cp -a "${tproj}" /usr/sbin 8 8 done
