hotspot/agent/make/build-pkglist
author son
Thu, 13 Mar 2008 16:56:54 +0300
changeset 114 a777da6f3f55
parent 1 489c9b5090e2
child 1073 3ca36e11142b
permissions -rw-r--r--
6636368: XAtom contains unused code Summary: unused code has been removed Reviewed-by: dcherepanov

#!/bin/sh -f

SH=`which sh`
MKS_HOME=`dirname $SH`

CD=cd
FIND=$MKS_HOME/find
SED=$MKS_HOME/sed
SORT=$MKS_HOME/sort

$CD ../src/share/classes; $FIND sun/jvm/hotspot \( -name SCCS -prune \) -o -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt