view agent/make/build-filelist @ 23794:bf96b9e10583

sync with JDK9 changes
author Doug Simon <doug.simon@oracle.com>
date Tue, 22 Nov 2016 11:40:31 +0100
parents a61af66fc99e
children
line wrap: on
line source

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