From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 98654A2EEB for ; Fri, 13 Sep 2019 11:46:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FBBD1F0A6; Fri, 13 Sep 2019 11:46:38 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 917AC1F0A2 for ; Fri, 13 Sep 2019 11:46:37 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id 7so2012985wme.1 for ; Fri, 13 Sep 2019 02:46:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=DCMHPnoZ+QMnA5xZuGs+jAy8R+MV/6LwdiSSqSp5S5Y=; b=N8n6Y5qyQlBgvvxONV7R2X435hCof+4f9jTynQyqjmvSdrQAtrdECoNUpWwLGWgftF CDgJ+uBs3bsPO1fqDweupln71PToYveNgJN9At4HbKCG9XJBb8J+uDmecqfk/esNZiOo h6z5K6oPuvXaRkmew0Vg3ffn8zWSu5woVfElA797XOXQw3fzOgTJbCMh2pUx5NFQcxgj 7w5EWCDN8c2RaQKlcRpBv8AZTs9C2AELFiTuwfx+bzCx+/7iJI7xO41/v0XL21Ji0HDw TZ1RmVrycLgQEBIxbJ5QhDKqKmEEvR5icg3u9cZxvFrr6y5p/DYhPpjzq9o9a6Ss1QqX tcjw== X-Gm-Message-State: APjAAAX+qlk7wiIGYzXElBX2qVz3KXpMKZzpWY0uWFAPHTkhzMQB1fz4 h0yHs2nwMQ2e0YlhKvma3wskRqJTfzA= X-Google-Smtp-Source: APXvYqyK1oCBHW869jmP9Np277q1yf35ni4BTK08VNotxY1+QPJuQkJvFFiFFuVbm6vrsUl8n4uKVA== X-Received: by 2002:a1c:c1cc:: with SMTP id r195mr2799416wmf.50.1568367996942; Fri, 13 Sep 2019 02:46:36 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id e9sm2205370wme.3.2019.09.13.02.46.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Sep 2019 02:46:36 -0700 (PDT) Message-ID: From: Luca Boccassi To: dev@dpdk.org Cc: Thomas Monjalon Date: Fri, 13 Sep 2019 10:46:35 +0100 In-Reply-To: <20190913073425.13363-1-thomas@monjalon.net> References: <20190913073425.13363-1-thomas@monjalon.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] devtools: fix check of ccache for meson build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 2019-09-13 at 09:34 +0200, Thomas Monjalon wrote: > The meson build test fails if ccache is not available. > The use of ccache must be optional. > And if used, the compiler to check is the last word of $CC. >=20 > Fixes: e0ae780e6569 ("devtools: test compiler availability only > once") >=20 > Signed-off-by: Thomas Monjalon < > thomas@monjalon.net Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi