summaryrefslogtreecommitdiffstats
path: root/trace
diff options
context:
space:
mode:
authorMarc-André Lureau2019-08-20 10:29:52 +0200
committerPaolo Bonzini2020-08-21 12:30:41 +0200
commit10e1d2636dc607eaf0aa3f534e834cd2bf018750 (patch)
tree50aebe2d60b167fbe35ed57e2403148a91f36331 /trace
parentconfigure: place compatibility symlinks in target directories (diff)
downloadqemu-10e1d2636dc607eaf0aa3f534e834cd2bf018750.tar.gz
qemu-10e1d2636dc607eaf0aa3f534e834cd2bf018750.tar.xz
qemu-10e1d2636dc607eaf0aa3f534e834cd2bf018750.zip
meson: convert systemtap files
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'trace')
-rw-r--r--trace/meson.build14
1 files changed, 7 insertions, 7 deletions
diff --git a/trace/meson.build b/trace/meson.build
index 9c3c128164..56e870848e 100644
--- a/trace/meson.build
+++ b/trace/meson.build
@@ -49,13 +49,13 @@ foreach dir : [ '.' ] + trace_events_subdirs
endif
endforeach
-custom_target('trace-events-all',
- output: 'trace-events-all',
- input: trace_events_files,
- command: [ 'cat', '@INPUT@' ],
- capture: true,
- install: true,
- install_dir: config_host['qemu_datadir'])
+trace_events_all = custom_target('trace-events-all',
+ output: 'trace-events-all',
+ input: trace_events_files,
+ command: [ 'cat', '@INPUT@' ],
+ capture: true,
+ install: true,
+ install_dir: config_host['qemu_datadir'])
foreach d : [
['generated-tcg-tracers.h', 'tcg-h'],