view agent/make/build-filelist @ 11935:12e9d529fd1d

suggest corrections for mistyped Graal options (GRAAL-521)
author Doug Simon <doug.simon@oracle.com>
date Tue, 08 Oct 2013 13:30:10 +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