view agent/make/build-filelist @ 23478:bd33e3fce750

8048232: Fix for 8046471 breaks PPC64 build Reviewed-by: dcubed, mikael
author gthornbr
date Fri, 18 Dec 2015 10:11:58 -0800
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