public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: Java Patch List <java-patches@gcc.gnu.org>
Subject: [ecj] Patch: FYI: fix -j bug
Date: Fri, 06 Oct 2006 22:54:00 -0000	[thread overview]
Message-ID: <m3ejtlysc5.fsf@localhost.localdomain> (raw)

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 \

                 reply	other threads:[~2006-10-06 22:54 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=m3ejtlysc5.fsf@localhost.localdomain \
    --to=tromey@redhat.com \
    --cc=java-patches@gcc.gnu.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).