hotspot/agent/make/build-filelist
changeset 1 489c9b5090e2
equal deleted inserted replaced
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 SORT=$MKS_HOME/sort
       
     9 
       
    10 $CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt