[kaffe] CVS kaffe (guilhem): Added scriptlet to build Makefile.am from Makefile.am.in in libraries/javalib
Kaffe CVS
cvs-commits at kaffe.org
Wed Oct 19 15:29:07 PDT 2005
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 <guilhem at kaffe.org>
+ * 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 <guilhem at kaffe.org>
+
* 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 22:29:07 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
More information about the kaffe
mailing list