From patchwork Wed Jun 14 22:11:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 776004 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wp18V3qbtz9s2s for ; Thu, 15 Jun 2017 08:12:26 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 245E6309CA; Wed, 14 Jun 2017 22:12:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u7QMrYFQ-hxg; Wed, 14 Jun 2017 22:12:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 36944309B8; Wed, 14 Jun 2017 22:12:19 +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 6225F1C40B0 for ; Wed, 14 Jun 2017 22:12:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5C48087F8D for ; Wed, 14 Jun 2017 22:12:15 +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 KJzIzI8OjCrZ for ; Wed, 14 Jun 2017 22:12:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from exchange.essensium.com (220.77.144.195.ipv4.evonet.be [195.144.77.220]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2601487FA5 for ; Wed, 14 Jun 2017 22:12:14 +0000 (UTC) Received: from localhost.localdomain (10.3.7.11) by beleexch01.local.ess-mail.com (10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32; Thu, 15 Jun 2017 00:11:40 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: Date: Thu, 15 Jun 2017 00:11:28 +0200 Message-ID: <20170614221135.17470-2-arnout@mind.be> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170614221135.17470-1-arnout@mind.be> References: <20170614221135.17470-1-arnout@mind.be> MIME-Version: 1.0 X-Originating-IP: [10.3.7.11] X-ClientProxiedBy: beleexch01.local.ess-mail.com (10.3.7.8) To beleexch01.local.ess-mail.com (10.3.7.8) Subject: [Buildroot] [PATCH 1/8] Makefile: remove 'toolchain' from .PHONY 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" toolchain is a package, so it is already defined as .PHONY in the inner-generic-package macro. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 499a39fe20..5f348b2513 100644 --- a/Makefile +++ b/Makefile @@ -548,7 +548,7 @@ prepare: $(BUILD_DIR)/buildroot-config/auto.conf world: target-post-image -.PHONY: all world toolchain dirs clean distclean source outputmakefile \ +.PHONY: all world dirs clean distclean source outputmakefile \ legal-info legal-info-prepare legal-info-clean printvars help \ list-defconfigs target-finalize target-post-image source-check