This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: Fix newlib install failure in install-data-local target


On May 18 15:48, Matthew Gretton-Dann wrote:
> Hi,
> 
> When building and installing newlib targeting arm-none-eabi I am getting
> the following failure when doing:
> [...]
> /bin/bash: line 67: [: missing `]'
> 
> The failure is in the final if clause that tests to see if rpc/types.h
> and rpc/xdr.h have been installed, and then removes them.  I believe
> there should be whitespace before the ] in the test condition, and no
> '-' before the rm command.
> 
> The attached patch fixes these.  I have tested this by building newlib
> for arm-none-eabi.

Thanks for the patch.  Applied.


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


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