FreeBSD Bugzilla – Attachment 199481 Details for
Bug 233440
java/classpath: Fix sed expression
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff against java/classpath
classpath.diff (text/plain), 1.17 KB, created by
Kyle Evans
on 2018-11-23 14:55:51 UTC
(
hide
)
Description:
svn(1) diff against java/classpath
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2018-11-23 14:55:51 UTC
Size:
1.17 KB
patch
obsolete
>Index: files/patch-scripts_check__jni__methods.sh.in >=================================================================== >--- files/patch-scripts_check__jni__methods.sh.in (nonexistent) >+++ files/patch-scripts_check__jni__methods.sh.in (working copy) >@@ -0,0 +1,11 @@ >+--- scripts/check_jni_methods.sh.in.orig 2018-11-23 14:50:22 UTC >++++ scripts/check_jni_methods.sh.in >+@@ -29,7 +29,7 @@ find @abs_top_srcdir@/native/jni -name \*.cpp | \ >+ find @abs_top_srcdir@/native/jni -name \*.cpp | \ >+ xargs egrep -h '^(JNIEXPORT .* JNICALL )?Java_' | \ >+ cut -f4 -d\ | \ >+- LC_ALL=C sed -e 's,^\JNIEXPORT .* JNICALL \(Java_[a-z_A-Z0-9]*\).*$,\1,' >> $TMPFILE2 >++ LC_ALL=C sed -e 's,^JNIEXPORT .* JNICALL \(Java_[a-z_A-Z0-9]*\).*$,\1,' >> $TMPFILE2 >+ mv $TMPFILE2 $TMPFILE3 >+ sort $TMPFILE3 | uniq > $TMPFILE2 >+ rm $TMPFILE3 > >Property changes on: files/patch-scripts_check__jni__methods.sh.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233440
: 199481