From 6827c78664c8e19e1af3d735c98b8c526d65a313 Mon Sep 17 00:00:00 2001
From: Andrew Udvare <audvare@gmail.com>
Date: Thu, 7 Oct 2021 07:24:08 -0400
Subject: [PATCH 05/11] not for upstream: remove trace-events-all

---
 trace/meson.build | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/trace/meson.build b/trace/meson.build
index d89a0db82a..f25aa3b227 100644
--- a/trace/meson.build
+++ b/trace/meson.build
@@ -63,15 +63,6 @@ foreach item : [ '.' ] + trace_events_subdirs + qapi_trace_events
   endif
 endforeach
 
-cat = [ python, '-c', 'import fileinput; [print(line, end="") for line in fileinput.input()]', '@INPUT@' ]
-trace_events_all = custom_target('trace-events-all',
-                                 output: 'trace-events-all',
-                                 input: trace_events_files,
-                                 command: cat,
-                                 capture: true,
-                                 install: get_option('trace_backends') != [ 'nop' ],
-                                 install_dir: qemu_datadir)
-
 if 'ust' in get_option('trace_backends')
   trace_ust_all_h = custom_target('trace-ust-all.h',
                                   output: 'trace-ust-all.h',
-- 
2.52.0

