comparison agent/make/build-filelist @ 0:a61af66fc99e jdk7-b24

Initial load
author duke
date Sat, 01 Dec 2007 00:00:00 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a61af66fc99e
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