view agent/make/build-filelist @ 14029:57d600d3b504

Graal HotSpot CodeInstaller: remove access to unused Mark::references
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 27 Feb 2014 16:04:18 +0100
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