commit | 0f34c35dd9ff4921cae1a9cbef1cf956a1a56e22 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Dec 03 00:23:20 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Dec 03 20:03:05 2021 -0500 |
tree | 895b800c3fe27f9f2f6a55a744ec727bc1ca2d63 | |
parent | f52ee74fea5e3dbc5ccb3ac392591cd6363ff6d2 [diff] |
bfd: move header updates up a directory The rules for rebuilding the bfd headers live in the doc/ subdir (most likely) because they rely on the chew & related tools. But we can collapse them into the main Makefile while keeping the tools in the doc subdir easily enough. This makes the code simpler and allows for rebuilding them in parallel. Also add automake silent rule support while we're here.