diff --git a/man/meson.build b/man/meson.build index b9ec4122931..8a5b446f244 100644 --- a/man/meson.build +++ b/man/meson.build @@ -217,7 +217,6 @@ configure_file( ############################################################ update_dbus_docs = custom_target( - 'update-dbus-docs-impl', output : 'update-dbus-docs', command : [update_dbus_docs_py, '--build-dir', meson.project_build_root(), '@INPUT@'], input : dbus_docs, @@ -237,7 +236,6 @@ if conf.get('BUILD_MODE_DEVELOPER') == 1 endif update_man_rules = custom_target( - 'update-man-rules-impl', output : 'update-man-rules', command : [update_man_rules_py, '@0@/man/*.xml'.format(meson.project_source_root()), diff --git a/meson.build b/meson.build index 33616d4ff54..9ffc844dc61 100644 --- a/meson.build +++ b/meson.build @@ -2743,11 +2743,11 @@ foreach executable : ['systemd-journal-remote', 'systemd-sbsign', 'systemd-keyut endforeach if mkosi.found() - custom_target('mkosi', + custom_target( build_always_stale : true, build_by_default: false, console : true, - output : '.', + output : 'mkosi', command : [ mkosi, '--directory', meson.current_source_dir(), diff --git a/units/user/meson.build b/units/user/meson.build index 7f04cf191cb..8ad3f0eb761 100644 --- a/units/user/meson.build +++ b/units/user/meson.build @@ -82,7 +82,6 @@ foreach unit : units if needs_jinja t = custom_target( - name, input : source, output : name, command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],