view agent/make/build-filelist @ 9558:1e171a158660

linked documentation about the exception handler stub calling convention with the x64 interpreter source
author Doug Simon <doug.simon@oracle.com>
date Fri, 03 May 2013 14:59:18 +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