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]

Re: Binutils is broken with -j N


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.


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