From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id D3FDD10E39E for ; Mon, 11 Dec 2023 11:39:14 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.246.33.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 16DCE580DA9 for ; Mon, 11 Dec 2023 03:39:14 -0800 (PST) Received: from maurocar by linux.intel.com with local (Exim 4.96.2) (envelope-from ) id 1rCecy-000bbG-0t for igt-dev@lists.freedesktop.org; Mon, 11 Dec 2023 12:39:12 +0100 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t] meson.sh: allow making it less verbose Date: Mon, 11 Dec 2023 12:39:10 +0100 Message-ID: <20231211113910.144523-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Add support for not output each build step and run ninja with --quiet option. This is interesting specially when executed inside some script. Signed-off-by: Mauro Carvalho Chehab --- meson.sh | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/meson.sh b/meson.sh index e112a93cf1a2..2ea33d69139e 100755 --- a/meson.sh +++ b/meson.sh @@ -2,36 +2,50 @@ cat > Makefile <