Changeset 7529 for tools/portscan/make.sh
- Timestamp:
- 05/22/11 11:39:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/portscan/make.sh
-
Property
svn:executable
set to
*
r5930 r7529 1 sh4-linux-gcc portscan.c -O2 -lpthread -o portscan 2 sh4-linux-strip portscan 1 STM=$1 2 3 if [ -z "$STM" ]; then 4 echo "error: use ./make.sh <stm22|stm23|stm24>" 5 exit 1 6 fi 7 8 cd $HOME/tools/portscan 9 10 "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-gcc portscan.c -O2 -lpthread -o portscan 11 "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip portscan -
Property
svn:executable
set to
Note: See TracChangeset
for help on using the changeset viewer.