aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-09-01 05:32:23 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-08 11:43:16 +0200
commita98006bc798169e661d2e2f02f6efb105c55ffa0 (patch)
tree31e2ef6c3f13098d3664d8ec8c905ac65ea99869 /scripts
parent0f4d8894df5c1f0d54b50331e36e8894757d9f7e (diff)
downloadqemu-a98006bc798169e661d2e2f02f6efb105c55ffa0.zip
qemu-a98006bc798169e661d2e2f02f6efb105c55ffa0.tar.gz
qemu-a98006bc798169e661d2e2f02f6efb105c55ffa0.tar.bz2
meson: compute config_all_devices directly
There is no need anymore to produce config-all-devices.mak, compute the resulting dictionary directly instead of going through grepy.sh. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/grepy.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/grepy.sh b/scripts/grepy.sh
deleted file mode 100755
index aee46dd..0000000
--- a/scripts/grepy.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-grep -h '=y$' "$@" | sort -u