1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

man: prevent race condition when generating systemd.directives.xml

This commit is contained in:
asavah 2021-05-19 23:58:02 +03:00 committed by Luca Boccassi
parent 9d54c9a3d9
commit 670427a4d4

View 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]