/[classpath]/classpath/scripts/check_jni_methods.sh
ViewVC logotype

Diff of /classpath/scripts/check_jni_methods.sh

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

revision 1.4 by mkoch, Thu Jan 13 11:25:56 2005 UTC revision 1.5 by mark, Mon Jan 17 21:53:05 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  pattern=/tmp/check-jni-methods.XXXXXX  TMPFILE=check-jni-methods.$$.1
4  TMPFILE=`mktemp $pattern` || { echo >&2 "$0: Unable to make temp file; aborting" ; exit 3; }  TMPFILE2=check-jni-methods.$$.2
5  TMPFILE2=`mktemp $pattern` || { echo >&2 "$0: Unable to make temp file; aborting" ; exit 3; }  TMPFILE3=check-jni-methods.$$.3
 TMPFILE3=`mktemp $pattern` || { echo >&2 "$0: Unable to make temp file; aborting" ; exit 3; }  
6    
7  # Find all methods defined in the header files generated  # Find all methods defined in the header files generated
8  # from the java source files.  # from the java source files.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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