]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson.build
tracetool: add output filename command-line argument
[mirror_qemu.git] / meson.build
index 372576f82c5054080e0174851667b8d015876b72..4a9221323107409b56d687e2e2a1d8b63ea894cc 100644 (file)
@@ -1901,7 +1901,6 @@ foreach target : target_dirs
         custom_target(exe['name'] + stp['ext'],
                       input: trace_events_all,
                       output: exe['name'] + stp['ext'],
-                      capture: true,
                       install: stp['install'],
                       install_dir: get_option('datadir') / 'systemtap/tapset',
                       command: [
@@ -1910,7 +1909,7 @@ foreach target : target_dirs
                         '--target-name=' + target_name,
                         '--target-type=' + target_type,
                         '--probe-prefix=qemu.' + target_type + '.' + target_name,
-                        '@INPUT@',
+                        '@INPUT@', '@OUTPUT@'
                       ])
       endforeach
     endif