From patchwork Sun Oct 4 11:17:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 526102 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 2BCAA1402C4 for ; Sun, 4 Oct 2015 22:18:02 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QHLs4MIz; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A6F028D83B; Sun, 4 Oct 2015 11:18:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5sAkPs07eN8a; Sun, 4 Oct 2015 11:17:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AF2708D81A; Sun, 4 Oct 2015 11:17:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A0D1C1C11D6 for ; Sun, 4 Oct 2015 11:17:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C8098D81A for ; Sun, 4 Oct 2015 11:17:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CUbt8aLO45US for ; Sun, 4 Oct 2015 11:17:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id E3CAB8D800 for ; Sun, 4 Oct 2015 11:17:57 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so84630180wic.0 for ; Sun, 04 Oct 2015 04:17:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=OlJGBZG0mYjJfrCpvCFhU5Z6lq37VkiD95lhSrAfokE=; b=QHLs4MIzzaIRCrdgbs7px2BGf0J2ogVJ3rARd6gQnVBeCBhomdIStGxvwZMTpYW+Js DQoGfWsOAyyp7ufUYgVG33R/cg5EMVmgpe9V5lI76hCmP70297vrBjA9fdl209Q5NQqI WkLvT4uWHG2P0U8NE/jDwI7/yWebxdesWhqU3ht8ezP/Kh7m99MEwogmO4IkECbkTQQG WhK3wpVvqZqPyW//6NXNRZAgG0PRjyFduZxVGQs+I3bXMJjvUvo/GT+K/JBekBY9U7xi Nz//8fRfM0qO7pXxnfFaXAtCZ2ts083iWEoYYcoKdujDUxVCuuzblBFY0IUFpJHM7YZl aS/g== X-Received: by 10.180.240.170 with SMTP id wb10mr6653128wic.91.1443957476444; Sun, 04 Oct 2015 04:17:56 -0700 (PDT) Received: from localhost.localdomain (LPoitiers-656-1-204-92.w80-11.abo.wanadoo.fr. [80.11.219.92]) by smtp.gmail.com with ESMTPSA id mc20sm8804027wic.16.2015.10.04.04.17.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 04 Oct 2015 04:17:55 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Sun, 4 Oct 2015 13:17:40 +0200 Message-Id: <1443957460-26432-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.5.3 Cc: yann.morin.1998@free.fr Subject: [Buildroot] [PATCH] toolchain: Remove useless printf X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Introduced by previous patch 0f75b2635ee564fbbdb9ea631cf39fa8731d6d6c, this printf doesn't serve any purposes. Signed-off-by Maxime Hadjinlian Reported-by: "Yann E. MORIN" --- toolchain/helpers.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk index a4fa815..1452ec6 100644 --- a/toolchain/helpers.mk +++ b/toolchain/helpers.mk @@ -79,9 +79,7 @@ copy_toolchain_lib_root = \ fi ; \ LIBPATH="`readlink -f $${LIBPATH}`"; \ done; \ - done; \ -\ - printf + done # # Copy the full external toolchain sysroot directory to the staging