meson: convert systemtap files
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
2898503c03
commit
10e1d2636d
+7
-7
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user