Binutils is broken with -j N

H. J. Lu hjl@lucon.org
Wed May 25 15:43:00 GMT 2005


On Tue, May 24, 2005 at 10:50:47PM -0700, Richard Henderson wrote:
> On Tue, May 24, 2005 at 10:46:34PM -0700, H. J. Lu wrote:
> > # But info isn't a direct target.
> 
> That still isn't informative.  What's important about that fact?
> 
> If you can't explain this, then I have no confidence that you
> actually know what the problem is, and have fixed it, rather than
> simply producing some patch that happens to remove the symptoms
> by accident.  I should not have to pry this information from you.
> 
> 

I changed:

all: info ld.1

ld.1: x

info: info-recursive

info-recursive:
	$(MAKE) info-am 

info-am: x

to:

all: info ld.1

ld.1: x

info-recursive: ld.1

info: info-recursive

info-recursive:
	$(MAKE) info-am 

info-am: x


H.J.



More information about the Binutils mailing list