From d618ef6a728c601fed92693ea08297c97d1865c1 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 21 Aug 2003 01:15:10 +0000 Subject: [PATCH] modified to checkout bagel first if it's not there --- build/macosx/make.sh | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/build/macosx/make.sh b/build/macosx/make.sh index 38d62bf82..56614c2b6 100755 --- a/build/macosx/make.sh +++ b/build/macosx/make.sh @@ -1,6 +1,26 @@ #!/bin/sh +### -- CHECK TO MAKE SURE BAGEL EXISTS ------------------------- + +# move to base 'processing' directory +cd ../.. + +# make sure bagel exists, if not, check it out of cvs +if test -d bagel +then + echo +else + echo Doing CVS checkout of bagel... + cvs co bagel + cd bagel + cvs update -P + cd .. +fi + +cd build/macosx + + ### -- SETUP WORK DIR ------------------------------------------- if test -d work @@ -56,23 +76,12 @@ fi ### -- START BUILDING ------------------------------------------- -# move to 'app' directory +# move to root 'processing' directory cd ../.. ### -- BUILD BAGEL ---------------------------------------------- -# make sure bagel exists, if not, check it out of cvs -if test -d bagel -then - echo -else - echo Doing CVS checkout of bagel... - cvs co bagel - cd bagel - cvs update -P - cd .. -fi cd bagel # old comm.jar