From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: print target when reporting build complete Date: Thu, 02 Jul 2015 13:47:15 +0200 Message-ID: <6559806.joSdDiu3XO@xps13> References: <1435833337-26386-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 4FA4C11C5 for ; Thu, 2 Jul 2015 13:48:24 +0200 (CEST) Received: by wiar9 with SMTP id r9so98395506wia.1 for ; Thu, 02 Jul 2015 04:48:24 -0700 (PDT) In-Reply-To: <1435833337-26386-1-git-send-email-bruce.richardson@intel.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" 2015-07-02 11:35, Bruce Richardson: > When a target is finished building, it reports just "Build complete". > When building multiple targets simultaneously, e.g. > make install T=x86_64-native-linuxapp-* > and one target fails, it's not always obvious which of the builds > failed. To help this, we add the actual target that is completed to the > "Build complete" message. > > Signed-off-by: Bruce Richardson Good idea. Applied, thanks