From 911c15087ccf2886a5a10e030511c97b07cd8fbd Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 2 May 2022 10:55:53 +0200 Subject: meson: Remove check-compilation.sh No need to involve a trivial shell script for this. We could call the compiler directly, but test() expects arguments to be passed separately and cc.cmd_array() can contain arguments itself. Using env is easier than manually slicing the array because meson has no builtins for that. --- tools/check-compilation.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 tools/check-compilation.sh (limited to 'tools') diff --git a/tools/check-compilation.sh b/tools/check-compilation.sh deleted file mode 100755 index c2fe3aa5c1..0000000000 --- a/tools/check-compilation.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# SPDX-License-Identifier: LGPL-2.1-or-later -set -eu - -"$@" '-' -o/dev/null