view agent/make/build-filelist @ 11812:4937347fa343

Truffle: approximate source location for "illegal recursive call".
author Andreas Woess <andreas.woess@jku.at>
date Thu, 26 Sep 2013 16:38:35 +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