public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Test/fix link-error when calling jnixx runtime code.
Date: Wed, 14 May 2008 18:27:00 -0000	[thread overview]
Message-ID: <20080514182756.11321.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-05-14 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080514182756.11321.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).