public inbox for rhug-cvs@sourceware.org
help / color / mirror / Atom feed
From: gary@sources.redhat.com
To: rhug-cvs@sources.redhat.com
Subject: rhug checklinkages
Date: Thu, 06 Feb 2003 18:01:00 -0000	[thread overview]
Message-ID: <20030206180141.14899.qmail@sources.redhat.com> (raw)

CVSROOT:	/cvs/rhug
Module name:	rhug
Changes by:	gary@sourceware.org	2003-02-06 18:01:40

Added files:
	.              : checklinkages 

Log message:
	Script to check that libraries are linked correctly, following the
	premise that if you have a pair of libraries lib-org-foo.so and
	lib-org-bar.so, both compiled from Java code, that lib-org-foo.so
	should be created with -l-org-bar IF AND ONLY IF lib-org-foo imports
	something (directly or indirectly) from the package 'org.bar'.
	
	This script only finds direct imports and will miss things loaded by,
	for example, Class.forName(), so it's output should be taken with a
	pinch of salt.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/checklinkages.diff?cvsroot=rhug&r1=NONE&r2=1.1


             reply	other threads:[~2003-02-06 18:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-06 18:01 gary [this message]
2003-09-22 12:53 gary
2003-09-22 14:22 gary
2003-10-15 16:01 gary
2003-11-21 10:11 gary

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=20030206180141.14899.qmail@sources.redhat.com \
    --to=gary@sources.redhat.com \
    --cc=rhug-cvs@sources.redhat.com \
    /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).