hotspot/agent/make/build-filelist
author zgu
Tue, 19 Aug 2014 10:04:29 -0400
changeset 26149 dd15a4c3746b
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