view agent/make/build-filelist @ 11461:2da44804f720

LoweringPhase: move detection of first lastFixedNode out of the loop, add comment
author Bernhard Urban <bernhard.urban@jku.at>
date Thu, 29 Aug 2013 17:28:22 +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