hotspot/agent/make/build-filelist
author amurillo
Fri, 07 Dec 2012 10:55:16 -0800
changeset 14739 12125dacc077
parent 1 489c9b5090e2
permissions -rw-r--r--
8004724: new hotspot build - hs25-b13 Reviewed-by: jcoomes

#!/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