From patchwork Sun Oct 6 14:19:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 280865 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id DC4442C00E0 for ; Mon, 7 Oct 2013 01:20:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0F4D993B35; Sun, 6 Oct 2013 14:19:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TSJNaIc2FiUt; Sun, 6 Oct 2013 14:19:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E5A3C93B54; Sun, 6 Oct 2013 14:19:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id EF0381BF9A3 for ; Sun, 6 Oct 2013 14:19:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EA1952FD05 for ; Sun, 6 Oct 2013 14:19:40 +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 HD+G6Nyx+TlP for ; Sun, 6 Oct 2013 14:19:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by silver.osuosl.org (Postfix) with ESMTP id 88FE8249A3 for ; Sun, 6 Oct 2013 14:19:40 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 2189C8EC; Sun, 6 Oct 2013 16:19:48 +0200 (CEST) Received: from localhost (AToulouse-651-1-247-171.w90-50.abo.wanadoo.fr [90.50.2.171]) by mail.free-electrons.com (Postfix) with ESMTPSA id DF021899 for ; Sun, 6 Oct 2013 16:19:47 +0200 (CEST) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Sun, 6 Oct 2013 16:19:22 +0200 Message-Id: <1381069171-29748-13-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1381069171-29748-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1381069171-29748-1-git-send-email-thomas.petazzoni@free-electrons.com> Subject: [Buildroot] [PATCHv2 12/21] dependencies: remove useless targets 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 The dependencies-source, dependencies-clean and dependencies-dirclean targets are not needed, as long as 'dependencies' is not used in the _DEPENDENCIES of a package. Signed-off-by: Thomas Petazzoni --- support/dependencies/dependencies.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/support/dependencies/dependencies.mk b/support/dependencies/dependencies.mk index 97f85e6..155a909 100644 --- a/support/dependencies/dependencies.mk +++ b/support/dependencies/dependencies.mk @@ -33,14 +33,6 @@ dependencies: HOSTCC=$(HOSTCC_NOCCACHE) dependencies: HOSTCXX=$(HOSTCXX_NOCCACHE) dependencies: core-dependencies $(DEPENDENCIES_HOST_PREREQ) -dependencies-source: - -dependencies-clean: - rm -f $(SSTRIP_TARGET) - -dependencies-dirclean: - true - ################################################################################ # # Toplevel Makefile options