hotspot/agent/make/build-pkglist
author amurillo
Mon, 21 Oct 2013 14:38:11 -0700 (2013-10-21)
changeset 21061 f16b7b2b7405
parent 1073 3ca36e11142b
permissions -rw-r--r--
8023496: [jprt] build and test solaris 64-bits only Reviewed-by: tbell, jcoomes
#!/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 com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt