public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* [builder] FYI: Add Kaffe
@ 2008-02-16 11:46 Andrew John Hughes
  2008-02-16 12:10 ` Dalibor Topic
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew John Hughes @ 2008-02-16 11:46 UTC (permalink / raw)
  To: mauve-patches


[-- Attachment #1.1: Type: text/plain, Size: 371 bytes --]

This adds a Kaffe build to builder.

2008-02-16 Andrew John Hughes <gnu_andrew@member.fsf.org>

	* Build: Add Kaffe.
	* Kaffe: New build script for Kaffe.
	* StdBuild: Add Kaffe.
	* Update: Download Kaffe sources.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

[-- Attachment #1.2: kaffe-01.diff --]
[-- Type: text/x-diff, Size: 2057 bytes --]

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [builder] FYI: Add Kaffe
  2008-02-16 11:46 [builder] FYI: Add Kaffe Andrew John Hughes
@ 2008-02-16 12:10 ` Dalibor Topic
  0 siblings, 0 replies; 2+ messages in thread
From: Dalibor Topic @ 2008-02-16 12:10 UTC (permalink / raw)
  To: Andrew John Hughes; +Cc: mauve-patches

Andrew John Hughes schrieb:
> This adds a Kaffe build to builder.
>
> 2008-02-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
>
> 	* Build: Add Kaffe.
> 	* Kaffe: New build script for Kaffe.
> 	* StdBuild: Add Kaffe.
> 	* Update: Download Kaffe sources.
>
>   
Great, thank you very much!

cheers,
dalibor topic

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-16 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-16 11:46 [builder] FYI: Add Kaffe Andrew John Hughes
2008-02-16 12:10 ` Dalibor Topic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).