view agent/make/build-filelist @ 11392:66251d9f62ab

fail faster with better error message if deprecated and unsupported mx build command line is given
author Doug Simon <doug.simon@oracle.com>
date Thu, 22 Aug 2013 11:23:42 +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