view agent/make/build-filelist @ 16782:9f5e33cf8d52

Factored out the '_copyToJdk' function and allow copying files to jre/lib/ext.
author Danilo Ansaloni <danilo.ansaloni@oracle.com>
date Tue, 12 Aug 2014 14:04:01 +0200
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