From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD33315800A for ; Mon, 17 Jul 2023 15:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9DAEE085A; Mon, 17 Jul 2023 15:23:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A00DCE083B for ; Mon, 17 Jul 2023 15:23:31 +0000 (UTC) Received: by mail-yb1-f174.google.com with SMTP id 3f1490d57ef6-cae693192d1so4672234276.1 for ; Mon, 17 Jul 2023 08:23:31 -0700 (PDT) X-Gm-Message-State: ABy/qLZJTQL5gcIhobzOYRzopsnd7lHrHhMqAku9wSQjARR9qWAyQclk OQz5PKZe2J5i25+aHJ35jM7bgQWCmTz8ZBWM9OI= X-Google-Smtp-Source: APBJJlHNKYDgqQ5Lr44LpS9QrxGN81y6Ic4nqJ3nglLjVUh2V0jbepLtNHELcIgtRKaQprPhndDBvBLRgj8jt6jXUIg= X-Received: by 2002:a25:230d:0:b0:c6a:55e7:5b3f with SMTP id j13-20020a25230d000000b00c6a55e75b3fmr11527931ybj.52.1689607409248; Mon, 17 Jul 2023 08:23:29 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <20230717145104.1404135-1-mattst88@gentoo.org> In-Reply-To: <20230717145104.1404135-1-mattst88@gentoo.org> From: Matt Turner Date: Mon, 17 Jul 2023 11:23:18 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: [gentoo-dev] Re: [PATCH] meson.eclass: allow disabling verbose compilation To: gentoo-dev@lists.gentoo.org Cc: Jonas Rakebrandt , =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 261bbfff-efe6-4887-8bbc-bb8cc027786d X-Archives-Hash: cdd6016b782406e5d0eeec3e14e57c36 On Mon, Jul 17, 2023 at 10:51=E2=80=AFAM Matt Turner = wrote: > > From: Jonas Rakebrandt > > This works similar to cmake.eclass's ${CMAKE_VERBOSE}. ... except that it's _QUIET, rather than _VERBOSE. I've sent patches to add NINJA_VERBOSE to ninja-utils.eclass and another to support CMAKE_VERBOSE with ninja. This makes me think we should keep things consistent here by switching this to MESON_VERBOSE.