#!/bin/sh -x PATH=/adapco/prog/bin:$PATH:/lnxsrv/prog; export PATH # Compile linux64_2.4-itanium-glibc_2.2.4 MK_BUILDNAME=linux64_2.4-itanium-glibc_2.2.4; export MK_BUILDNAME; separator() { set +x echo echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>" echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>" echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>" echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>" echo set -x } exec > make.itanium.list 2>&1 cd $1 cvs update -r $3 -d -P separator make -k -f Makefile.qmake RELEASE=1 STATIC=1 all separator make -k -f Makefile.qmake RELEASE=1 STATIC=0 all separator make -f Makefile.qmake install echo Job "finished " `date` >> $2/make.itanium.list.batch