#!/bin/sh # # $dotat: buildworld/buildx.sh,v 1.4 2002/07/25 10:24:04 fanf2 Exp $ # location of the buildworld scripts cd ${0%/*} SCRIPTS=`pwd -P` # set up a load of the other stuff . $SCRIPTS/common.sh # do everything in a subshell that records the results ( bigbanner REBUILD X banner started at `date` mount -v cd $XC if [ ! -f xmakefile ] then touch config/cf/host.def touch config/cf/version.def fi make Makefile.boot make -f xmakefile Everything banner completed at `date` mount -v # see above ) >> $LOGFILE 2>&1