From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] mk: fix verbosity zero Date: Fri, 23 Sep 2016 10:33:50 +0100 Message-ID: <132343a3-bf4f-585b-ef6d-3468e1652f59@intel.com> References: <6873211.QDWnoOkD9j@xps13> <1474587767-20033-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5C6925939 for ; Fri, 23 Sep 2016 11:33:53 +0200 (CEST) In-Reply-To: <1474587767-20033-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/23/2016 12:42 AM, Thomas Monjalon wrote: > Verbosity is considered enabled when $V is not empty. > So V=0 and V=1 are equivalent. > It is fixed by unsetting V when it is 0. > > A side effect is to fix kernel module compilation verbosity > which is set to 0 when V is empty. > > Reported-by: Ferruh Yigit > Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit