public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: configure -vs- vm-tools-packages
@ 2007-03-07 23:44 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2007-03-07 23:44 UTC (permalink / raw)
  To: GCJ-patches

I'm checking this in.

vm-tools-packages can end up listing a directory multiple times, if
configure is re-run.  This in turn can make the tools build fail.

Tom

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

	* configure: Rebuilt.
	* configure.ac: Clear vm-tools-packages.

Index: configure.ac
===================================================================
--- configure.ac	(revision 122664)
+++ configure.ac	(working copy)
@@ -296,6 +296,7 @@
 fi
 
 # Tools that need to be compiled against classpath's tools classes
+: > vm-tools-packages
 for package in gnu/gcj/tools/gc_analyze ; do
     echo $package >> standard.omit
     echo $package >> vm-tools-packages

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

only message in thread, other threads:[~2007-03-07 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-07 23:44 Patch: FYI: configure -vs- vm-tools-packages 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).