From: asavah Date: Wed, 19 May 2021 20:58:02 +0000 (+0300) Subject: man: prevent race condition when generating systemd.directives.xml X-Git-Tag: v249-rc1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=670427a4d4f81a76bb4727ecddcdf5e12f1ac141;p=thirdparty%2Fsystemd.git man: prevent race condition when generating systemd.directives.xml --- diff --git a/man/meson.build b/man/meson.build index ff36d26cb4f..900bb2a3afc 100644 --- a/man/meson.build +++ b/man/meson.build @@ -113,6 +113,7 @@ systemd_directives_xml = custom_target( 'systemd.directives.xml', input : ['directives-template.xml', source_xml_files], output : 'systemd.directives.xml', + depends : custom_entities_ent, command : [make_directive_index_py, '@OUTPUT@', '@INPUT@']) nonindex_xml_files = source_xml_files + [systemd_directives_xml]