public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* [builder] FYI: Build Mauve in different directories for different VMs
@ 2008-03-11 23:14 Andrew John Hughes
  0 siblings, 0 replies; only message in thread
From: Andrew John Hughes @ 2008-03-11 23:14 UTC (permalink / raw)
  To: mauve-patches


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

This gives a different Mauve build directory for the runs with
different VMs so the results are kept.

ChangeLog:

2008-03-11 Andrew John Hughes <gnu_andrew@member.fsf.org>

	* MauveCacao: Build in build-cacao.
	* MauveKaffe: Build in build-kaffe.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8

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

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 .

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-11 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-11 23:14 [builder] FYI: Build Mauve in different directories for different VMs Andrew John Hughes

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).