]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: prevent race condition when generating systemd.directives.xml
authorasavah <asavah@avh.od.ua>
Wed, 19 May 2021 20:58:02 +0000 (23:58 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 20 May 2021 19:49:50 +0000 (20:49 +0100)
man/meson.build

index ff36d26cb4f1d48439d51de130d1f714d20b20b3..900bb2a3afce62f84b33eeec72f3f476e32f1e2a 100644 (file)
@@ -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]