hotspot/agent/make/build-filelist
changeset 1 489c9b5090e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hotspot/agent/make/build-filelist	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,10 @@
+#!/bin/sh -f
+
+SH=`which sh`
+MKS_HOME=`dirname $SH`
+
+CD=cd
+FIND=$MKS_HOME/find
+SORT=$MKS_HOME/sort
+
+$CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt