mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 15:34:18 +00:00
ld/
2005-11-25 Jan Beulich <jbeulich@novell.com> * Makefile.am: Make configdoc.texi writeable before trying to write to it. * Makefile.in: Refresh.
This commit is contained in:
parent
92ad9f6b57
commit
b251bf6fa6
@ -1,3 +1,9 @@
|
||||
2005-11-25 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* Makefile.am: Make configdoc.texi writeable before trying
|
||||
to write to it.
|
||||
* Makefile.in: Refresh.
|
||||
|
||||
2005-11-24 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldlang.c (lang_output_section_find_by_flags): Add match_type param.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user