[kaffe] CVS kaffe (robilad): removed old kjc FAQ

Kaffe CVS cvs-commits at kaffe.org
Mon Dec 31 09:33:26 PST 2007


PatchSet 7639 
Date: 2007/12/31 17:31:50
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
removed old kjc FAQ

2007-12-31  Dalibor Topic  <robilad at kaffe.org>

        * FAQ/FAQ.kjc: Removed.
        * Makefile.am (EXTRA_DIST): Removed FAQ/FAQ/kjc.

Members: 
	ChangeLog:1.5137->1.5138 
	Makefile.am:1.141->1.142 
	Makefile.in:1.294->1.295 
	FAQ/FAQ.kjc:1.1->1.2(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5137 kaffe/ChangeLog:1.5138
--- kaffe/ChangeLog:1.5137	Mon Dec 31 17:27:28 2007
+++ kaffe/ChangeLog	Mon Dec 31 17:31:50 2007
@@ -1,5 +1,10 @@
 2007-12-31  Dalibor Topic  <robilad at kaffe.org>
 
+	* FAQ/FAQ.kjc: Removed.
+	* Makefile.am (EXTRA_DIST): Removed FAQ/FAQ/kjc.
+
+2007-12-31  Dalibor Topic  <robilad at kaffe.org>
+	
 	* Makefile.am (CLASSDIRS, .PHONY, Klasses, new-classes, compile-classes, jar-classes, 
 	build-classes): Removed.
 
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.141 kaffe/Makefile.am:1.142
--- kaffe/Makefile.am:1.141	Mon Dec 31 17:27:29 2007
+++ kaffe/Makefile.am	Mon Dec 31 17:31:50 2007
@@ -96,7 +96,6 @@
 	FAQ/FAQ.jit3 \
 	FAQ/FAQ.jsignal \
 	FAQ/FAQ.kaffemd \
-	FAQ/FAQ.kjc \
 	FAQ/FAQ.libffi \
 	FAQ/FAQ.libtool \
 	FAQ/FAQ.linux \
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.294 kaffe/Makefile.in:1.295
--- kaffe/Makefile.in:1.294	Mon Dec 31 17:27:29 2007
+++ kaffe/Makefile.in	Mon Dec 31 17:31:50 2007
@@ -402,7 +402,6 @@
 	FAQ/FAQ.jit3 \
 	FAQ/FAQ.jsignal \
 	FAQ/FAQ.kaffemd \
-	FAQ/FAQ.kjc \
 	FAQ/FAQ.libffi \
 	FAQ/FAQ.libtool \
 	FAQ/FAQ.linux \
===================================================================
Checking out kaffe/FAQ/FAQ.kjc
RCS:  /home/cvs/kaffe/kaffe/FAQ/Attic/FAQ.kjc,v
VERS: 1.1
***************
--- kaffe/FAQ/FAQ.kjc	Mon Dec 31 17:33:25 2007
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,70 +0,0 @@
-
-How to upgrade KJC into Kaffe.
-By Edouard G. Parmelan <egp at free.fr>, Aug 28, 2001
-
-This process will help you to test new version of Kjc before include it in
-Kaffe.
-
-
-Your checkout tree of Kaffe is noted SRC and your build tree is noted
-BUILD.  Both tree can be the same.
-
-Download latest version of Kjc from http://www.dms.at/kopi.  Use
-kjc-suite-VERSION-bin.jar as it contains kjc and dis, ikjc, ksm.
-
-
-- Update kjc.jar
-
-  Replace SRC/libraries/javalib/kjc.jar with downloaded file
-  kjc-suite-VERSION-bin.jar.
-
-- Configure Kaffe
-
-    BUILD$ SRC/configure --enable-debug
-
-- Cancel Jikes detection to build Klasses.jar
-
-  Edit file BUILD/libraries/javalib/rebuildLib and replace line
-      
-      JIKES=jikes
-
-  by
-
-      JIKES=
-
-- Cancel Jikes detection to run regression tests
-
-  Edit file BUILD/test/regression/TestScript and replace line
-
-      test -z "jikes" || : ${JIKES="jikes -nowarn"}
-
-  by
-
-      test -z "" || : ${JIKES="jikes -nowarn"}
-
-
-- Build Kaffe with official Klasses.jar
-
-    BUILD$ make
-
-- Run regression test with official Klasses.jar and new version of KJC.
-  All tests must pass.  
-
-    BUILD$ cd test/regression; make check
-
-- Rebuild Klasses.jar with new version of KJC.  Klasses.jar must build
-  without errors.
-
-    BUILD$ cd libraries/javalib; make build-classes
-
-- Run regression tests with newly compiled Klasses.jar and new version of KJC.
-  All tests must pass.  
-
-    BUILD$ cd test/regression; make check
-
-You may now commit kjc.jar with comment: "updated with
-kjc-suite-VERSION-bin.jar".
-
---
-Edouard G. Parmelan
-http://egp.free.fr




More information about the kaffe mailing list