#!/bin/csh -f
gnumake all >& ERR1
grep "\*" ERR1
echo 'Entering Phase II'
gnumake installall >& ERR2
