diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-21 14:47:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:33:36 +0100 |
commit | 9ea9d61f26a942dbbc90070b40ba0209021a4b46 (patch) | |
tree | 8827550ffe6fa977b3150231a98d47fa05163492 /scripts/lib/devtool/upgrade.py | |
parent | cde1b85d402f5999814de4022e3b6ddc90b4604a (diff) | |
download | openembedded-core-9ea9d61f26a942dbbc90070b40ba0209021a4b46.tar.gz openembedded-core-9ea9d61f26a942dbbc90070b40ba0209021a4b46.tar.bz2 openembedded-core-9ea9d61f26a942dbbc90070b40ba0209021a4b46.zip |
gtk-doc: don't regenerate gtk-doc in do_install
In out-of-tree builds gtk-doc's setup-build target copies all the content from
$srcdir to $builddir. However, if some of this content is regenerated at
configure time this can happen:
1) configure writes new build/version.xml
2) make compile copies content, including the tarball's src/version.xml
to build/version.xml, and generates gtk-doc.
3) make install notices build/version.xml is older than configure.status,
so regenerates gtk-doc.
gtk-doc generation is a slow process at the best of times, so doing it twice
isn't good.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool/upgrade.py')
0 files changed, 0 insertions, 0 deletions