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 Thu, Mar 09, 2000 at 10:41:22PM -0300, Alexandre Oliva wrote:
> On Mar  9, 2000, "H . J . Lu" <hjl@valinux.com> wrote:
> 
> > As the result, ./ld/ld-new, which is a shell script, uses too many
> > arguments when it was executed the first time.
> 
> What I don't understand is why it doesn't use too many arguments
> afterwards...  Do you know?

Don't know. No time to figure it out. My guess will be creating
.libs/lt-lt-ld-new.

> 
> > The idea is to create .libs/lt-lt-ld-new if necessary. However, I
> > couldn't find a clean way to do so with automake. Any suggestions?
> 
> How about:
> 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.

-- 
H.J. Lu (hjl@gnu.org)

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