From a98006bc798169e661d2e2f02f6efb105c55ffa0 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 1 Sep 2020 05:32:23 -0400 Subject: 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 --- scripts/grepy.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 scripts/grepy.sh (limited to 'scripts') 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 -- cgit v1.1