PatchSet 6950 
Date: 2005/10/19 20:48:10
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib

This script builds a list of the vmspecific classes to distribute with kaffe.

Members: 
        ChangeLog:1.4474->1.4475 
        developers/update-vm-list:INITIAL->1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4474 kaffe/ChangeLog:1.4475
--- kaffe/ChangeLog:1.4474      Wed Oct 19 20:45:26 2005
+++ kaffe/ChangeLog     Wed Oct 19 20:48:10 2005
@@ -1,5 +1,10 @@
 2005-10-19  Guilhem Lavaux  <[EMAIL PROTECTED]>
 
+       * developers/update-vm-list: New script adapted from update-class-list
+       to add the vmspecific classes to libraries/javalib/Makefile.am
+
+2005-10-19  Guilhem Lavaux  <[EMAIL PROTECTED]>
+
        * libraries/javalib/awt-implementations/kaffe/kaffe: Moved
        directories to libraries/javalib/awt-implementations/kaffe/org/kaffe.
 
===================================================================
Checking out kaffe/developers/update-vm-list
RCS:  /home/cvs/kaffe/kaffe/developers/update-vm-list,v
VERS: 1.1
***************
--- /dev/null   Sun Aug  4 19:57:58 2002
+++ kaffe/developers/update-vm-list     Wed Oct 19 21:53:59 2005
@@ -0,0 +1,3 @@
+cp Makefile.am.in Makefile.am
+find vmspecific/ -name CVS -prune -o -type f -print | sed \
+': top; s/^/\t/g; \$,\$ b lastline; s/\$/ \\/g; : lastline;' >> Makefile.am

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

Reply via email to