From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 8529BB0B0 for ; Fri, 25 Apr 2014 16:18:52 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id u57so449646wes.27 for ; Fri, 25 Apr 2014 07:18:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=pSMfYWTmYSrNRDAI9zQLJ04UaIb8IH7nrDIwHZjkSb8=; b=bnP7dGSTJlwcogn07+zs+HRbH0yhztAfo8vT2EhtYvszqjiUKoOm5PMHTQk3TXaMps Z1PxHjYTWWFKuxgMpN7/Yjjc+JUXPeNEPK0xXbBp58z48ywy/zS+Z2HRaMHgE70WSTY3 ohpI7nylcszSzN9WM4h6xhrmPXOvbe2acWC1kDFAiK3awetX4VGbogKT44Tb57Z2+QUn EZhQn0Ox7aKgMOhJf81dvfnCcYjMS5Kd0ftzExJZBtsAFktf0Y6NMUcP4/JUby4FZJtE GIJUERmT7y9udhZieL+8Vwz0tEfKdfELNPfAVb+ETrMmbVm87moGp7th6VEgi55OtSeU bgTA== X-Gm-Message-State: ALoCoQnamGIH8BfDgEBIO180NGVUXiYum2l4nxH2ax9AKEoyGuLsuY7ZKWGysMBo89NbYmmiGw4i X-Received: by 10.194.20.65 with SMTP id l1mr6954413wje.39.1398435535201; Fri, 25 Apr 2014 07:18:55 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id v6sm6220721wif.0.2014.04.25.07.18.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Apr 2014 07:18:54 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Fri, 25 Apr 2014 16:18:53 +0200 Message-ID: <9939700.W9nlxzI1Oh@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <20140425131912.GD14074@hmsreliant.think-freely.org> References: <1398427188-14914-1-git-send-email-olivier.matz@6wind.com> <1398427188-14914-9-git-send-email-olivier.matz@6wind.com> <20140425131912.GD14074@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 08/10] bsd/mk: use the Q variable instead of @ for quiet commands X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 14:18:53 -0000 2014-04-25 09:19, Neil Horman: > On Fri, Apr 25, 2014 at 01:59:46PM +0200, Olivier Matz wrote: > > This allows to use V=1 to be more verbose to debug the build process > > of a bsd kernel module. > > > > Signed-off-by: Olivier Matz > > This doesnt seem like it should really be part of this series, given that > everything else in it is here to fix build breaks. Nothing wrong with it > that I can see, but should probably be posted independently. It fixes verbose compilation mode. So I think it is in the right place in this thread (thanks Olivier for the beer ;). Anyway, Acked-by: Thomas Monjalon As it is a fix and it's not a big design change, it should go in 1.6.0r2. -- Thomas