agent/make/build-filelist

Sun, 12 Jul 2020 17:34:04 +0100

author
andrew
date
Sun, 12 Jul 2020 17:34:04 +0100
changeset 9935
f9693cc545b4
parent 0
f90c822e73f8
permissions
-rw-r--r--

Added tag jdk8u262-b10 for changeset 1c6e1f187fdc

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

mercurial