From 8012cdfdc61cd9981fc4e1a357db1b4b07a7b4d1 Mon Sep 17 00:00:00 2001 From: David Jones Date: Thu, 23 Jan 1997 13:27:26 +0000 Subject: [PATCH] Fixing where it builds Copied from Perforce Change: 16441 ServerID: perforce.ravenbrook.com --- mps/home/bin/build/MM_src_trunk | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mps/home/bin/build/MM_src_trunk b/mps/home/bin/build/MM_src_trunk index 189dcf6d4d9..c98a9939e78 100644 --- a/mps/home/bin/build/MM_src_trunk +++ b/mps/home/bin/build/MM_src_trunk @@ -2,7 +2,7 @@ # # Build and test MM at tip of main trunk (the MM_src compound) # -# $HopeName: HOMEmm!bin:build:MM_src_trunk(trunk.6) $ +# $HopeName: HOMEmm!bin:build:MM_src_trunk(trunk.7) $ # script="`basename $0`" @@ -20,10 +20,14 @@ test -d $HOME/Builds || mkdir $HOME/Builds || die "Unable to create Builds directory." cd $HOME/Builds && -rm -rf mm && +rm -rf MM_src_trunk && +mkdir MM_src_trunk && +cd MM_src_trunk || + die "Unable to get to Builds/MM_src_trunk directory" + hope co -compound MM -branch . -recursive \ -writable-files abort -missing-dir create -extra-files skip || - die "Unable to check out MM from Hope" + die "Unable to check out MM_src_trunk from Hope" cd mm/src &&