view agent/make/build-filelist @ 5950:0f4014d7731b

7152961: InlineTree::should_not_inline may exit prematurely Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
author never
date Tue, 13 Mar 2012 10:03:59 -0700
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