From patchwork Sun Jan 20 16:03:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 213958 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id DB9D12C0079 for ; Mon, 21 Jan 2013 03:04:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 71B8F101BF1; Sun, 20 Jan 2013 16:04:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cjCU4OA5f7MF; Sun, 20 Jan 2013 16:04:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 670D51018E6; Sun, 20 Jan 2013 16:03:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id DDE958F79F for ; Sun, 20 Jan 2013 16:04:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2ADFA8A1B3 for ; Sun, 20 Jan 2013 16:04:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Ee7xXs1UlQo for ; Sun, 20 Jan 2013 16:04:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6EE008B10D for ; Sun, 20 Jan 2013 16:04:02 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id fg15so3157232wgb.21 for ; Sun, 20 Jan 2013 08:04:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references; bh=HLA5k+Sqg39/oaNiihzYg9McOi4rk26th/+vqqLO3BE=; b=yi1djE+FQL05MWAoIq7X3o23iapTEkf5Ab4sfzpkdZGmp+n01UH/GNzhtjntAVpQLe U7BccIaO6ZFfnGJsmcCpVUuY8Zf2oVLLVKaVxMNU8Mf/k5Ia/Xpei2Eh357q4ed/v+6D BKJxgd7YyJiy8/hNceXtb8n/DrpTS4vo9iUzUSg0KD5k3BH0upLWkEPVElrtPQwV7AIS 08LXTf9k4Vnx2Yg1apS0h0jQfcGtT4Cy7DVGV61D0zZCr4sfbMb6KJna0VDwP54/37IF euJt3fa97Dina7yHZR3cXyo5jKuWoCV2gxD7Kvo2YWBMQkI8ao0G8wVeMy5rjqvg8gtg OPWA== X-Received: by 10.180.20.177 with SMTP id o17mr11444510wie.24.1358697840702; Sun, 20 Jan 2013 08:04:00 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-68-44.w90-32.abo.wanadoo.fr. [90.32.147.44]) by mx.google.com with ESMTPS id bw9sm12874953wib.5.2013.01.20.08.03.59 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 20 Jan 2013 08:04:00 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net, Arnout Vandecappelle Date: Sun, 20 Jan 2013 17:03:46 +0100 Message-Id: <28ef4298f3d88c139bbee13a99c1487b4c81b240.1358697765.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/7] toolchain/crosstool-ng: sprinkle with some calls to MESSAGE X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Thus, the failing step can be easily extracted by autobuilders, to ease with post-mortem analysis. At the same time, remove two debug echoes (Arnout). Signed-off-by: "Yann E. MORIN" Acked-by: Arnout Vandecappelle (Essensium/Mind) --- toolchain/toolchain-crosstool-ng/crosstool-ng.mk | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk index c09f732..6554982 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk @@ -68,9 +68,7 @@ $(STAMP_DIR)/ct-ng-toolchain-installed: $(STAMP_DIR)/ct-ng-toolchain-built $(Q)mkdir -p $(TARGET_DIR)/lib $(Q)CTNG_TUPLE="$$( $(call ctng,show-tuple 2>&1) )"; \ CTNG_SYSROOT="$(HOST_DIR)/usr/$${CTNG_TUPLE}/sysroot"; \ - echo "CTNG_TUPLE='$${CTNG_TUPLE}'"; \ - echo "CTNG_SYSROOT='$${CTNG_SYSROOT}'"; \ - echo "Copy external toolchain libraries to target..."; \ + $(call MESSAGE,"Copying toolchain libraries to target..."); \ for libs in $(CTNG_LIBS_LIB); do \ $(call copy_toolchain_lib_root,$${CTNG_SYSROOT},,lib,$$libs,/lib); \ done; \ @@ -85,6 +83,7 @@ $(STAMP_DIR)/ct-ng-toolchain-installed: $(STAMP_DIR)/ct-ng-toolchain-built # depending on the selected C library. Those deps are added later $(STAMP_DIR)/ct-ng-toolchain-built: $(CTNG_DIR)/.config + $(Q)$(call MESSAGE,"Building the crosstool-NG toolchain") $(Q)$(call ctng,build.$(PARALLEL_JOBS)) $(Q)printf "\n" $(Q)touch $@