Changeset 7529
- Timestamp:
- 05/22/11 11:39:05 (12 years ago)
- Location:
- tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/grab/make.sh
-
Property
svn:executable
set to
*
r4899 r7529 1 sh4-linux-gcc -Wall -Os -c readpng.c -o readpng.o 1 STM=$1 2 2 3 sh4-linux-gcc -Os -Wall -ljpeg -lpng -lz readpng.o main.c -o grab 3 if [ -z "$STM" ]; then 4 echo "error: use ./make.sh <stm22|stm23|stm24>" 5 exit 1 6 fi 7 cd $HOME/tools/grab 4 8 5 sh4-linux-strip grab 9 "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-gcc -Wall -Os -c readpng.c -o readpng.o 10 11 "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-gcc -Os -Wall -ljpeg -lpng -lz readpng.o main.c -o grab 12 13 "$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip grab -
Property
svn:executable
set to
-
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.