/[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.9 by gnu_andrew, Sat Sep 10 15:31:58 2005 UTC revision 1.12.2.10 by gnu_andrew, Tue Sep 20 18:46:36 2005 UTC
# Line 2  Line 2 
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    # Note the use of sort -r below. This is done explicitly to work around
6    # a gcj bug (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21418)
7  LC_ALL=C; export LC_ALL  LC_ALL=C; export LC_ALL
8  LANG=C; export LANG  LANG=C; export LANG
9    
# Line 12  echo "Adding java source files from srcd Line 14  echo "Adding java source files from srcd
14  @FIND@ @top_srcdir@/java @top_srcdir@/javax @top_srcdir@/gnu \  @FIND@ @top_srcdir@/java @top_srcdir@/javax @top_srcdir@/gnu \
15         @top_srcdir@/org \         @top_srcdir@/org \
16         @top_srcdir@/external/w3c_dom @top_srcdir@/external/sax \         @top_srcdir@/external/w3c_dom @top_srcdir@/external/sax \
17         -follow -type f -print | sort | grep '\.java$' \         -follow -type f -print | sort -r | grep '\.java$' \
18         > ${top_builddir}/lib/classes.1         > ${top_builddir}/lib/classes.1
19    
20  # Generate files for the VM classes.  # Generate files for the VM classes.

Legend:
Removed from v.1.12.2.9  
changed lines
  Added in v.1.12.2.10

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