Index: Build =================================================================== RCS file: /cvs/mauve/builder/scripts/Build,v retrieving revision 1.8 diff -u -3 -p -u -r1.8 Build --- Build 16 Feb 2008 11:30:47 -0000 1.8 +++ Build 16 Feb 2008 11:44:33 -0000 @@ -36,4 +36,6 @@ RunJapi # (See Everything) # JikesRVM +Kaffe + exit 0 Index: Kaffe =================================================================== RCS file: Kaffe diff -N Kaffe --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Kaffe 16 Feb 2008 11:44:33 -0000 @@ -0,0 +1,15 @@ +#! /bin/sh + +. $(dirname "$0")/Settings + +Status "building kaffe" + +cd $TOP/kaffe +rm -rf build install + +StdBuild --with-classpath-prefix=$TOP/classpath/install \ + --prefix=$TOP/kaffe/install + +Report "kaffe build" $? build/Log.Std || exit 1 + +exit 0 Index: StdBuild =================================================================== RCS file: /cvs/mauve/builder/scripts/StdBuild,v retrieving revision 1.4 diff -u -3 -p -u -r1.4 StdBuild --- StdBuild 13 Feb 2007 17:07:31 -0000 1.4 +++ StdBuild 16 Feb 2008 11:44:33 -0000 @@ -16,7 +16,7 @@ done target= extra= -for d in trunk gcjx-branch gcj-eclipse devo gcc src rhug classpath gnu-crypto emacs kawa monotone jessie jamvm cacao; do +for d in trunk gcjx-branch gcj-eclipse devo gcc src rhug classpath gnu-crypto emacs kawa monotone jessie jamvm cacao kaffe; do if test -d $d; then here=$(pwd) src=$d Index: Update =================================================================== RCS file: /cvs/mauve/builder/scripts/Update,v retrieving revision 1.6 diff -u -3 -p -u -r1.6 Update --- Update 16 Feb 2008 00:17:02 -0000 1.6 +++ Update 16 Feb 2008 11:44:33 -0000 @@ -69,3 +69,8 @@ cvs -d:pserver:anoncvs@cvs.savannah.nong Status "svn update jikesrvm" cd $TOP/jikesrvm svn co https://jikesrvm.svn.sourceforge.net/svnroot/jikesrvm/rvmroot/trunk jikesrvm + +# Kaffe +Status "cvs update kaffe" +cd $TOP/kaffe +cvs -d:pserver:readonly@cvs.kaffe.org:/cvs/kaffe co kaffe