This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

RE: [PATCH] Fix building release tar ball without makeinfo


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.
 		 	   		  

Attachment: patch-binutils-doc.diff
Description: Binary data

Attachment: patch-gdb-doc.diff
Description: Binary data


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