#!/bin/sh
/bin/cp lynx-2.7.1.tar Makefile* /var/tmp
cd /var/tmp
/bin/rm -rf lynx-2.7.1
tar -xvf lynx-2.7.1.tar 
cd lynx-2.7.1
sleep 5 && timex make sgi
echo
echo "The 'real' time is the result for compiling with MIPS Pro using -O"
echo
