equal
deleted
inserted
replaced
|
1 #!/bin/sh -f |
|
2 |
|
3 SH=`which sh` |
|
4 MKS_HOME=`dirname $SH` |
|
5 |
|
6 CD=cd |
|
7 FIND=$MKS_HOME/find |
|
8 SORT=$MKS_HOME/sort |
|
9 |
|
10 $CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt |