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]

Re: [PATCH] Bug in `ld/genscripts.sh'.


On Tue, Nov 06, 2001 at 04:57:56PM +0100, Alfred M. Szmidt wrote:
> 
> There is a bug that gets triggered when configuring `binutils' with --prefix=
> (this used on GNU/Hurd),

That's a bit weird, and will surely break other things.  Oh well, your
patch is technically correct.  Applying to mainline.

> `exec_prefix' in `ld/genscripts.sh' gets feed an wrong
> number of arguments. The argument list should be 9 but as `exec_prefix' is
> empty it will be 8, resulting in `ld/genscripts.sh' failing.
> 
> This patch will just put quotes around `${exec_prefix}' in `ld/Makefile.am',
> thus fixing the bug.


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