[PATCH] Fix building release tar ball without makeinfo

Bernd Edlinger bernd.edlinger@hotmail.de
Wed Jan 14 14:00:00 GMT 2015


Hi,

On Date: Mon, 12 Jan 2015 20:57:07, Alan Modra wrote:
>
> Thank you for reporting the bug and providing a patch.
>
> On Mon, Jan 12, 2015 at 12:16:37AM +0100, Bernd Edlinger wrote:
>>> The problem seems to start with this commit:
>>>
>>> commit 19e1c431f72007f8a7a6a8e8b2511c74f3e8a000
>
> Actually, most likely 81b1ec4f. Same culprit though..
>
>> + [ -f $(srcdir)/aoutx.texi -a ! -e aoutx.texi ] && cp -a $(srcdir)/aoutx.texi .
>
> This fails for git builds, because the shell pipeline exit status is
> non-zero. Also, use of test -a is non-portable according to the
> autoconf docs. Tweaked patch committed as follows.
>


Thanks for fixing this.

In case some one wants to use the released binutils or gdb tar balls,
I have attached hand made patch files with the latest version of this patch
and the right date information for the binutils-2.25.tar.bz2 and the gdb-7.8.1.tar.gz.
Just use: patch -p0 -T < patch-binutils/gdb-doc.diff.


Bernd.
 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-binutils-doc.diff
Type: application/octet-stream
Size: 15508 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20150114/91e29b88/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-gdb-doc.diff
Type: application/octet-stream
Size: 15476 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20150114/91e29b88/attachment-0001.obj>


More information about the Binutils mailing list