view agent/make/build-filelist @ 6299:1ed726759f65

Add helper methods to IntegerStamp for sign, use them Fix a comment in IntegerDiv canonicalization
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 28 Aug 2012 14:04:55 +0200
parents a61af66fc99e
children
line wrap: on
line source

#!/bin/sh -f

SH=`which sh`
MKS_HOME=`dirname $SH`

CD=cd
FIND=$MKS_HOME/find
SORT=$MKS_HOME/sort

$CD ../src/share/classes; $FIND sun \( -name SCCS -prune \) -o \( -name "*.java" \) -print | $SORT > ../../../make/filelist.txt