agent/make/build-filelist

Tue, 19 Jun 2012 21:16:20 -0700

author
collins
date
Tue, 19 Jun 2012 21:16:20 -0700
changeset 3878
f7baf26515fc
parent 0
f90c822e73f8
permissions
-rw-r--r--

7178113: build environment change
Summary: Simple change to enable proper builds of arm target
Reviewed-by: ohair, dholmes

     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