public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: "Andrew John Hughes" <gnu_andrew@member.fsf.org>
To: mauve-patches@sources.redhat.com
Subject: [builder] FYI: Add Kaffe
Date: Sat, 16 Feb 2008 11:46:00 -0000	[thread overview]
Message-ID: <20080216114544.GA26184@localhost.localdomain> (raw)


[-- 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 --]

             reply	other threads:[~2008-02-16 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-16 11:46 Andrew John Hughes [this message]
2008-02-16 12:10 ` Dalibor Topic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080216114544.GA26184@localhost.localdomain \
    --to=gnu_andrew@member.fsf.org \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).