view agent/make/build-filelist @ 16088:0bd92901891c

Fixed missing null check on target call's receiver (i.e., target is a static method)
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Wed, 11 Jun 2014 10:38:56 +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