hotspot/agent/make/build-filelist
author lana
Tue, 25 Mar 2014 12:31:39 -0700 (2014-03-25)
changeset 23173 062ced780ca4
parent 1 489c9b5090e2
permissions -rw-r--r--
Merge
#!/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