This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[lindsayd@cisco.com: make -jN fix for binutils-2.11.2]



Indeed it is; it was fixed in the mainline last July.  I've lost track
- what's the status of the branch?  Will there be a 2.11.3?

------- Start of forwarded message -------
x-uunet-gateway: mr0.ash.ops.us.uu.net from bug-gnu-utils to gnu.utils.bug; Fri, 16 Nov 2001 21:35:05 GMT
X-Authentication-Warning: localhost.localdomain: lindsayd owned process doing -bs
Date: Fri, 16 Nov 2001 13:34:48 -0800
From: lindsayd@cisco.com (Don Lindsay)
X-X-Sender:  <lindsayd@localhost.localdomain>
Subject: make -jN fix for binutils-2.11.2
Content-Type: TEXT/PLAIN; charset=US-ASCII
Approved: bug-gnu-utils-request@mail.gnu.org
Newsgroups: gnu.utils.bug
Sender: bug-gnu-utils-request@mail.gnu.org
Xref: news.mv.net gnu.utils.bug:23864





Thu Nov 15 17:49:43 2001  Don Lindsay  <lindsayd@itech-view6.cisco.com>

	* bfd/Makefile.in: Parallelism fix. The rules for po/SRC-POTFILES.in
	and for po/BLD-POTFILES.in both emit temporary files called "tmp".
	With a highly parallel make, these rules can overlap in time.
	Fixed by making po/BLD-POTFILES.in use file "tmp2".


Index: bfd/Makefile.in
===================================================================
RCS file: /swtools-cvs/gnu/binutils-2.11.2/bfd/Makefile.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -r1.1.1.1 -r1.2
1081,1082c1081,1082
< 	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp \
< 	  && mv tmp $(srcdir)/po/BLD-POTFILES.in
- ---
> 	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp2 \
> 	  && mv tmp2 $(srcdir)/po/BLD-POTFILES.in
------- End of forwarded message -------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]