diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-01 05:32:23 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-08 11:43:16 +0200 |
commit | a98006bc798169e661d2e2f02f6efb105c55ffa0 (patch) | |
tree | 31e2ef6c3f13098d3664d8ec8c905ac65ea99869 /scripts | |
parent | 0f4d8894df5c1f0d54b50331e36e8894757d9f7e (diff) |
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-x | scripts/grepy.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/grepy.sh b/scripts/grepy.sh deleted file mode 100755 index aee46ddc8d..0000000000 --- a/scripts/grepy.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -grep -h '=y$' "$@" | sort -u |