public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: remove duplicate classpath.security
@ 2006-01-13 21:26 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2006-01-13 21:26 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the trunk.

We had our own copy of classpath.security in libgcj, and since the big
merge we don't need this.  This patch removes it.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* java/security/classpath.security: Removed.
	* Makefile.in: Rebuilt.
	* Makefile.am (install-data-local): Don't install
	classpath.security.

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 109594)
+++ Makefile.am	(working copy)
@@ -562,7 +562,7 @@
 ## FIXME: the obvious approach using lib_DATA doesn't work with
 ## automake 1.4.
 	$(mkinstalldirs) $(DESTDIR)$(secdir)
-	@for f in classpath.security libgcj.security; do \
+	@for f in libgcj.security; do \
 	  echo " $(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f"; \
 	  $(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f; \
 	done

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

only message in thread, other threads:[~2006-01-13 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-13 21:26 Patch: FYI: remove duplicate classpath.security Tom Tromey

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).