public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* [builder] FYI: Remove generics JAPI runs and useless JikesRVM run
@ 2008-02-03 19:49 Andrew John Hughes
  0 siblings, 0 replies; only message in thread
From: Andrew John Hughes @ 2008-02-03 19:49 UTC (permalink / raw)
  To: mauve-patches


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

This builder patch removes the now redundant lines to
run JAPI for the generics branch, and also removes the
JikesRVM vs Classpath test which doesn't make sense
(Classpath shouldn't aim to be JikesRVM...)

ChangeLog:

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

	* RunJapi: Remove generics and useless JikesRVM run.

-- 
Andrew :-)

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

[-- Attachment #1.2: japi-03.diff --]
[-- Type: text/x-diff, Size: 1911 bytes --]

Index: RunJapi
===================================================================
RCS file: /cvs/mauve/builder/scripts/RunJapi,v
retrieving revision 1.4
diff -u -3 -p -u -r1.4 RunJapi
--- RunJapi	1 Feb 2008 01:04:51 -0000	1.4
+++ RunJapi	3 Feb 2008 19:46:01 -0000
@@ -28,7 +28,6 @@ JAVA=gij
 export JAVA
 
 CPJAR=$CPDIR/share/classpath/glibj.zip
-GENERICJAR=$TOP/generics/install/share/classpath/glibj.zip
 # Hacky...
 LIBGCJ=$TOP/gcc/install/share/java/libgcj-*.jar
 
@@ -49,7 +48,6 @@ BuildOne()
 
 BuildOne classpath $CPJAR
 BuildOne libgcj $LIBGCJ
-#BuildOne classpath-generics $GENERICJAR
 
 
 cd $JDKINFODIR
@@ -64,11 +62,6 @@ $JAPITOOLS/bin/japicompat -v -h -o openj
    openjdk-b12.japi.gz classpath.japi.gz
 $JAPITOOLS/bin/japicompat -v -h -o classpath-openjdk.html \
    classpath.japi.gz openjdk-b12.japi.gz
-#$JAPITOOLS/bin/japicompat -v -h -o jdk14-generics.html \
-#   -i jdk15.japi.gz \
-#   jdk14.japi.gz classpath-generics.japi.gz
-#$JAPITOOLS/bin/japicompat -v -h -o jdk15-generics.html \
-#   jdk15.japi.gz classpath-generics.japi.gz
 $JAPITOOLS/bin/japicompat -v -h -o jdk14-libgcj.html \
    -i jdk15.japi.gz \
    jdk14.japi.gz libgcj.japi.gz
@@ -79,8 +72,6 @@ $JAPITOOLS/bin/japicompat -v -h -o openj
    openjdk-b12.japi.gz libgcj.japi.gz
 $JAPITOOLS/bin/japicompat -v -h -o libgcj-openjdk.html \
    libgcj.japi.gz openjdk-b12.japi.gz
-$JAPITOOLS/bin/japicompat -v -h -o jikesrvm-classpath.html \
-   jikesrvm.japi.gz classpath.japi.gz
 $JAPITOOLS/bin/japicompat -v -h -o classpath-jikesrvm.html \
    classpath.japi.gz jikesrvm.japi.gz
 
@@ -89,8 +80,6 @@ cp jdk14-classpath.html $WEB/
 cp jdk15-classpath.html $WEB/
 cp openjdk-classpath.html $WEB/
 cp classpath-openjdk.html $WEB/
-#cp jdk14-generics.html $WEB/
-#cp jdk15-generics.html $WEB/
 cp jdk14-libgcj.html $WEB/
 cp jdk15-libgcj.html $WEB/
 cp openjdk-libgcj.html $WEB/

[-- 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-02-03 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-03 19:49 [builder] FYI: Remove generics JAPI runs and useless JikesRVM run 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).