changeset 1 | 489c9b5090e2 |
child 1073 | 3ca36e11142b |
0:fd16c54261b3 | 1:489c9b5090e2 |
---|---|
1 #!/bin/sh -f |
|
2 |
|
3 SH=`which sh` |
|
4 MKS_HOME=`dirname $SH` |
|
5 |
|
6 CD=cd |
|
7 FIND=$MKS_HOME/find |
|
8 SED=$MKS_HOME/sed |
|
9 SORT=$MKS_HOME/sort |
|
10 |
|
11 $CD ../src/share/classes; $FIND sun/jvm/hotspot \( -name SCCS -prune \) -o -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt |