Index: MauveCacao =================================================================== RCS file: /cvs/mauve/builder/scripts/MauveCacao,v retrieving revision 1.1 diff -u -3 -p -u -r1.1 MauveCacao --- MauveCacao 26 Nov 2006 16:15:12 -0000 1.1 +++ MauveCacao 11 Mar 2008 23:10:50 -0000 @@ -14,9 +14,9 @@ cd $TOP/mauve echo === Running Mauve -rm -rf build -mkdir build -cd build +rm -rf build-cacao +mkdir build-cacao +cd build-cacao # We make a copy because invoking the Harness only works in the source tree. cp -a ../mauve . Index: MauveKaffe =================================================================== RCS file: /cvs/mauve/builder/scripts/MauveKaffe,v retrieving revision 1.1 diff -u -3 -p -u -r1.1 MauveKaffe --- MauveKaffe 16 Feb 2008 12:55:20 -0000 1.1 +++ MauveKaffe 11 Mar 2008 23:10:50 -0000 @@ -14,9 +14,9 @@ cd $TOP/mauve echo === Running Mauve -rm -rf build -mkdir build -cd build +rm -rf build-kaffe +mkdir build-kaffe +cd build-kaffe # We make a copy because invoking the Harness only works in the source tree. cp -a ../mauve .