hotspot/agent/make/build-filelist
author duke
Wed, 05 Jul 2017 18:59:09 +0200
changeset 18016 5dbc2241ed9c
parent 1 489c9b5090e2
permissions -rw-r--r--
Added tag jdk8-b94 for changeset 0d804e3b955d

#!/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