Changeset 326 for trunk/data/network-cmds/make.sh
- Timestamp:
- 06/18/08 07:22:07 (5 months ago)
- Files:
-
- 1 modified
-
trunk/data/network-cmds/make.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/network-cmds/make.sh
r218 r326 1 1 shopt -s extglob 2 2 pkg:setup 3 for tproj in !(natd|ping| spray).tproj; do3 for tproj in !(natd|ping|rarpd|spray).tproj; do 4 4 tproj=$(basename "${tproj}" .tproj) 5 5 "${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -DPRIVATE -Dether_ntohost=_old_ether_ntohost
