public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Test/fix link-error when calling jnixx runtime code.
@ 2008-05-14 18:27 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2008-05-14 18:27 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  413f3ae9d3d325c5b50c2245bf6bbbcc24883a89 (commit)
      from  ec63b3e38b56882b668db5ce52ff8cb39963b90e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 413f3ae9d3d325c5b50c2245bf6bbbcc24883a89
Author: Andrew Cagney <cagney@redhat.com>
Date:   Wed May 14 14:26:09 2008 -0400

    Test/fix link-error when calling jnixx runtime code.
    
    frysk-common/ChangeLog
    2008-05-14  Andrew Cagney  <cagney@redhat.com>
    
    	* Makefile.gen.sh: Match jnixx/*.cxx.
    
    frysk-sys/ChangeLog
    2008-05-14  Andrew Cagney  <cagney@redhat.com>
    
    	* Makefile.am (JniRunner): Rename frysk.jnixx to jnixx.

-----------------------------------------------------------------------

Summary of changes:
 frysk-common/ChangeLog       |    2 ++
 frysk-common/Makefile.gen.sh |    2 +-
 frysk-sys/ChangeLog          |    2 ++
 frysk-sys/Makefile.am        |    2 +-
 4 files changed, 6 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index a05f0e2..0064a02 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,5 +1,7 @@
 2008-05-14  Andrew Cagney  <cagney@redhat.com>
 
+	* Makefile.gen.sh: Match jnixx/*.cxx.
+	
 	* Makefile.gen.sh (jnixx_sources): Rename frysk.jnixx to jnixx.
 	Only install jni.hxx.gch if the compile worked.
 
diff --git a/frysk-common/Makefile.gen.sh b/frysk-common/Makefile.gen.sh
index 5c05f8f..b59a71c 100755
--- a/frysk-common/Makefile.gen.sh
+++ b/frysk-common/Makefile.gen.sh
@@ -870,7 +870,7 @@ while read file dir base suffix ; do
 	    generate_cni_header $file $dir $base $suffix
 	    generate_compile $file $dir $base $suffix ${sources}
 	    ;;
-	*/jni/*.cxx | */jni/*.cxx-in | */jni/*.cxx-sh | */jnixx/*.cxx )
+	*/jni/*.cxx | */jni/*.cxx-in | */jni/*.cxx-sh | jnixx/*.cxx )
 	    generate_jnixx_class $file $dir $base $suffix
 	    generate_compile $file $dir $base $suffix \
 		lib${GEN_MAKENAME}_jni_a_SOURCES
diff --git a/frysk-sys/ChangeLog b/frysk-sys/ChangeLog
index bc789ee..ef44d4b 100644
--- a/frysk-sys/ChangeLog
+++ b/frysk-sys/ChangeLog
@@ -1,5 +1,7 @@
 2008-05-14  Andrew Cagney  <cagney@redhat.com>
 
+	* Makefile.am (JniRunner): Rename frysk.jnixx to jnixx.
+
 	* bootstrap.sh (FILE_LIST): Add jnixx.
 
 	* Makefile.am (JNIXX_CLASSES): Add
diff --git a/frysk-sys/Makefile.am b/frysk-sys/Makefile.am
index cd10704..12b9399 100644
--- a/frysk-sys/Makefile.am
+++ b/frysk-sys/Makefile.am
@@ -95,7 +95,7 @@ JniRunner: | frysk-sys.jar libfrysk-sys-jni.so
 	echo "    frysk.rsl \\"					>> $@.tmp
 	echo "    frysk.junit \\"				>> $@.tmp
 	echo "    frysk.config \\"				>> $@.tmp
-	echo "    frysk.jnixx \\"				>> $@.tmp
+	echo "    jnixx \\"					>> $@.tmp
 	echo "    inua \\"					>> $@.tmp
 	echo "    ;"						>> $@.tmp
 	echo "else"						>> $@.tmp


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-14 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-14 18:27 [SCM] master: Test/fix link-error when calling jnixx runtime code cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).