aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-04-08 10:04:18 +0930
committerAlan Modra <amodra@gmail.com>2014-04-09 09:56:15 +0930
commit81b1ec4ff645501f0ea7fc32af34e96e1972b5c1 (patch)
treede41cba1a3cabf224fbf2446b7ba7050c863f5a2 /bfd/doc/ChangeLog
parent3f7df22100cfb9b0cd3d8aca02aef4d33355bb17 (diff)
downloadgdb-81b1ec4ff645501f0ea7fc32af34e96e1972b5c1.zip
gdb-81b1ec4ff645501f0ea7fc32af34e96e1972b5c1.tar.gz
gdb-81b1ec4ff645501f0ea7fc32af34e96e1972b5c1.tar.bz2
bfd doc chew
I got tired of watching chew.c being compiled a dozen or more times each time I do a binutils build. * Makefile.am (MKDOC): Use $@ in command. (aoutx.texi): New rule, depend on aoutx.stamp. Move old rule.. (aoutx.stamp): .. to here. Don't depend on chew.c, depend on MKDOC and omit recursive MAKE. Use $< in command. (archive.texi, archures.texi, bfdt.texi, cache.texi, coffcode.texi, core.texi, elf.texi, elfcode.texi, mmo.texi, format.texi, libbfd.texi, bfdio.texi, bfdwin.texi, opncls.texi, reloc.texi, section.texi, syms.texi, targets.texi, init.texi, hash.texi, linker.texi): Similarly. (DISTCLEANFILES): Remove *.stamp. * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/doc/ChangeLog')
-rw-r--r--bfd/doc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index e5c5865..dcc8135 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,16 @@
+2014-04-09 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (MKDOC): Use $@ in command.
+ (aoutx.texi): New rule, depend on aoutx.stamp. Move old rule..
+ (aoutx.stamp): .. to here. Don't depend on chew.c, depend on MKDOC
+ and omit recursive MAKE. Use $< in command.
+ (archive.texi, archures.texi, bfdt.texi, cache.texi, coffcode.texi,
+ core.texi, elf.texi, elfcode.texi, mmo.texi, format.texi, libbfd.texi,
+ bfdio.texi, bfdwin.texi, opncls.texi, reloc.texi, section.texi,
+ syms.texi, targets.texi, init.texi, hash.texi, linker.texi): Similarly.
+ (DISTCLEANFILES): Remove *.stamp.
+ * Makefile.in: Regenerate.
+
2014-03-12 Alan Modra <amodra@gmail.com>
* Makefile.in: Regenerate.