This is the mail archive of the binutils@sourceware.cygnus.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]

Re: [PATCH]: ld/Makefile.am


On Mar  9, 2000, "H . J . Lu" <hjl@valinux.com> wrote:

> On Thu, Mar 09, 2000 at 11:12:42PM -0300, Alexandre Oliva wrote:
>> On Mar  9, 2000, "H . J . Lu" <hjl@valinux.com> wrote:
>> 
>> >> all: stmp-run-ld
>> >> stmp-run-ld: ld-new
>> >> @ ./ld-new > $@ 2>&1
>> 
>> > Tried. It doesn't work with parallel build due to the recursive make.
>> 
>> Use `all-am', then.

> It works a little better. But it still doesn't work right since
> ld-new$(EXEEXT) is made through the recursive make.

I can't see any recursive makes involving ld-new other than the one
automake itself creates, and the target of that recursive make is
all-am.  Am I missing anything?

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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