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] | |
>2005-11-16 Mark Mitchell <mark@codesourcery.com>
>
> * Makefile.am (configdoc.texi): Set top_srcdir in
configdoc.texi..
> * Makefile.in: Regenerated.
> * ld.texinfo: Include configdoc.texi and ldver.texi in man
pages.
> Add @file documentation.
This change caused the build to (again) fail when the source tree is
read-only.
Jan
ld/
2005-11-24 Jan Beulich <jbeulich@novell.com>
* Makefile.am: Make configdoc.texi writeable before trying
to write to it.
* Makefile.in: Refresh.
---
/home/jbeulich/src/binutils/mainline/2005-11-24/ld/Makefile.am 2005-11-17
08:25:35.000000000 +0100
+++ 2005-11-24/ld/Makefile.am 2005-11-24 16:50:01.151684256 +0100
@@ -1653,6 +1653,7 @@ bootstrap: ld3$(EXEEXT)
# Set DOCVER above to change.
configdoc.texi: ${DOCVER}-doc.texi
cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
+ chmod u+w ./configdoc.texi
echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi
ldver.texi: $(srcdir)/../bfd/configure
---
/home/jbeulich/src/binutils/mainline/2005-11-24/ld/Makefile.in 2005-11-17
08:25:35.000000000 +0100
+++ 2005-11-24/ld/Makefile.in 2005-11-24 16:51:03.931140328 +0100
@@ -2446,6 +2446,7 @@ bootstrap: ld3$(EXEEXT)
# Set DOCVER above to change.
configdoc.texi: ${DOCVER}-doc.texi
cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
+ chmod u+w ./configdoc.texi
echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi
ldver.texi: $(srcdir)/../bfd/configure
Attachment:
binutils-mainline-ld-doc-build.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |