public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ecj] Patch: FYI: fix -j bug
@ 2006-10-06 22:54 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2006-10-06 22:54 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the gcj-eclipse branch.

Andrew pointed out a bug with 'make -j'.
I think this fixes it.

Tom

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

	PR libgcj/29278:
	* Makefile.in: Rebuilt.
	* Makefile.am ($(generic_header_files)): Depend on gcjh.stamp.
	(gcjh.stamp): New target.

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 117511)
+++ Makefile.am	(working copy)
@@ -382,8 +382,11 @@
 
 MYGCJH = gcjh1
 
-$(generic_header_files):
+$(generic_header_files): gcjh.stamp
+
+gcjh.stamp: classpath/lib/compile-classes
 	$(MYGCJH) --cni --all classpath/lib --cmdfile=$(srcdir)/headers.txt
+	echo > gcjh.stamp
 
 inner_nat_headers = java/io/ObjectOutputStream$$PutField.h \
 	java/io/ObjectInputStream$$GetField.h \

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

only message in thread, other threads:[~2006-10-06 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-06 22:54 [ecj] Patch: FYI: fix -j bug 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).