Bug 29278 - [ecj] libjava Makefile has -j bug
Summary: [ecj] libjava Makefile has -j bug
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 28067
  Show dependency treegraph
 
Reported: 2006-09-28 23:03 UTC by Tom Tromey
Modified: 2006-10-06 22:55 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-09-28 23:03:51


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2006-09-28 23:03:38 UTC
I believe the libjava Makefile.am on the gcj-eclipse branch
has a bug with -j builds, where it may try to build the CNI
header files multiple times.
Comment 1 Tom Tromey 2006-10-06 22:55:34 UTC
Subject: Bug 29278

Author: tromey
Date: Fri Oct  6 22:55:24 2006
New Revision: 117521

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117521
Log:
	PR libgcj/29278:
	* Makefile.in: Rebuilt.
	* Makefile.am ($(generic_header_files)): Depend on gcjh.stamp.
	(gcjh.stamp): New target.

Modified:
    branches/gcj-eclipse/libjava/ChangeLog
    branches/gcj-eclipse/libjava/Makefile.am
    branches/gcj-eclipse/libjava/Makefile.in

Comment 2 Tom Tromey 2006-10-06 22:55:58 UTC
Fix checked in.