summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-mysql/install.sh
blob: 4087965fe8fc6dda4c459bd59f358c935e855450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

echo "#!/bin/sh

rm -rf mysql-5.1.30/
tar -xvf mysql-5.1.30.tar.gz
cd mysql-5.1.30/
./configure > /dev/null 2>&1
\$TIMER_START
make -s -j \$NUM_CPU_JOBS 2>&1
\$TIMER_STOP" > build-mysql

chmod +x build-mysql