PatchSet 4035 
Date: 2003/09/14 21:01:05
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed mauve-results.sh script

Members: 
        ChangeLog:1.1631->1.1632 
        developers/mauve-results.sh:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1631 kaffe/ChangeLog:1.1632
--- kaffe/ChangeLog:1.1631      Sun Sep 14 20:09:34 2003
+++ kaffe/ChangeLog     Sun Sep 14 21:01:05 2003
@@ -1,5 +1,12 @@
 2003-09-14  Dalibor Topic <[EMAIL PROTECTED]>
 
+       * developers/mauve-results.sh:
+       Added a call to autoreconf to make build mauve's configure
+       script. Added missing '$' to dereference JTIDY_CPATH. Improved
+       documentation.
+       
+2003-09-14  Dalibor Topic <[EMAIL PROTECTED]>
+
        * test/regression/compile_time/Makefile.am:
        Don't use GNU make extensions to avoid build problems on platforms
        using a BSD make.
Index: kaffe/developers/mauve-results.sh
diff -u kaffe/developers/mauve-results.sh:1.1 kaffe/developers/mauve-results.sh:1.2
--- kaffe/developers/mauve-results.sh:1.1       Tue May 27 11:03:23 2003
+++ kaffe/developers/mauve-results.sh   Sun Sep 14 21:01:06 2003
@@ -1,10 +1,20 @@
 #! /bin/sh
 # generate mauve result page
-# needs MAUVE_SRC as mauve source directory and KAFFE_SRC as kaffe source directory
-# needs path to jtidy as JTIDY_CPATH
+#
+# the result page is $MAUVE_SRC/mauve-results.html
+#
+# needs a few environment variables to be set:
+#
+#  MAUVE_SRC location of mauve source directory from CVS
+#  KAFFE_SRC location of kaffe source directory from CVS
+#  JTIDY_CPATH location of Tidy.jar from jTidy
+#
+# FIXME: The header and footer messages used n the perl script should be 
better/configurable.
+#
 cd $MAUVE_SRC
+autoreconf
 ./configure JAVA=kaffe JAVAC=kjc
 cp $KAFFE_SRC/developers/mauve-kaffe .
 make check KEYS=kaffe TESTFLAGS=-verbose > kaffe-log
 perl $KAFFE_SRC/developers/mauve-html-gen.pl "for kaffe from CVS HEAD" "kaffe on 
i686-linux using jit3 engine and unix-jthreads implementation. Tests are run with 
developers/mauve-kaffe file from CVS HEAD" < kaffe-log > mauve-results.html
-kaffe -cp JTIDY_CPATH  org/w3c/tidy/Tidy -imu mauve-results.html
+kaffe -cp $JTIDY_CPATH  org/w3c/tidy/Tidy -imu mauve-results.html

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to