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

echo "#!/bin/sh
rm -rf httpd-2.2.8/
tar -xvf httpd-2.2.8.tar.gz
cd httpd-2.2.8/
./configure > /dev/null
sleep 3

\$TIMER_START
make -s -j \$NUM_CPU_JOBS 2>&1
\$TIMER_STOP" > time-compile-apache

chmod +x time-compile-apache