/[classpath]/classpath/lib/gen-classlist.sh.in
ViewVC logotype

Diff of /classpath/lib/gen-classlist.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12.2.7 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.12.2.8 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC
# Line 1  Line 1 
1  #! @SH@  #! @SHELL@
2  # @configure_input@  # @configure_input@
3    
4  # Make sure sorting is done the same on all configurations  # Make sure sorting is done the same on all configurations
5  LC_ALL=C; export LC_ALL  LC_ALL=C; export LC_ALL
6  LANG=C; export LANG  LANG=C; export LANG
7    
8    # We use this to decide whether we need to invoke the split script.
9    GCJ="@GCJ@"
10    
11  echo "Adding java source files from srcdir '@top_srcdir@'."  echo "Adding java source files from srcdir '@top_srcdir@'."
12  @FIND@ @top_srcdir@/java @top_srcdir@/javax @top_srcdir@/gnu \  @FIND@ @top_srcdir@/java @top_srcdir@/javax @top_srcdir@/gnu \
13         @top_srcdir@/org \         @top_srcdir@/org \
# Line 82  if test "$new" = "true"; then Line 85  if test "$new" = "true"; then
85    for i in `cat ${top_builddir}/lib/classes` ; do    for i in `cat ${top_builddir}/lib/classes` ; do
86      echo $i "\\" >> ${top_builddir}/lib/java.dep      echo $i "\\" >> ${top_builddir}/lib/java.dep
87    done    done
88    
89      if test -n "$GCJ"; then
90         @SHELL@ ${top_srcdir}/lib/split-for-gcj.sh
91      fi
92  fi  fi
93    
94  exit 0  exit 0

Legend:
Removed from v.1.12.2.7  
changed lines
  Added in v.1.12.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26