hotspot/agent/make/build-filelist
author darcy
Tue, 16 Dec 2014 11:49:37 -0800
changeset 28092 a67de45e0b25
parent 1 489c9b5090e2
permissions -rw-r--r--
8067088: Suppress solaris-specific deprecation warnings in the jdk.crypto.ucrypto module Reviewed-by: valeriep

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