view agent/make/build-filelist @ 17063:75a4acd33159

mx: do not clean distributions if the --no-java option is given to the clean command
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Sep 2014 19:04:32 +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