This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [JAVA] /bin/sh portability issues in scripts/check_jni_methods.sh
- From: Mike Stump <mrs at apple dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 7 Jul 2006 17:30:58 -0700
- Subject: Re: [JAVA] /bin/sh portability issues in scripts/check_jni_methods.sh
- References: <Pine.LNX.4.44.0607062233240.26437-100000@www.eyesopen.com>
On Jul 6, 2006, at 9:44 PM, Roger Sayle wrote:
Now for the admission. This final patch, to scripts/
check_jni_methods.sh
is more of a workaround (hack?) than a solution to the portability
issues.
After reviewing the script, I see no reason why they use -C. I think
your patch is the right solution. I might possibly add:
rm -f $TMPFILE $TMPFILE2 $TMPFILE3
to the top of the script, if people are worried about _something_...