From patchwork Wed Apr 23 08:39:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 341727 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 CA01E1400F9 for ; Wed, 23 Apr 2014 18:39:50 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BD71F93521; Wed, 23 Apr 2014 08:39:49 +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 23ICK6hwDsej; Wed, 23 Apr 2014 08:39:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D684993518; Wed, 23 Apr 2014 08:39:40 +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 BE51B1BF9C0 for ; Wed, 23 Apr 2014 08:39:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BAF548C00E for ; Wed, 23 Apr 2014 08:39:38 +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 DG52EsgcOMTg for ; Wed, 23 Apr 2014 08:39:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3F4778C06D for ; Wed, 23 Apr 2014 08:39:34 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id x10so553303pdj.6 for ; Wed, 23 Apr 2014 01:39:34 -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:in-reply-to:references; bh=50EH+Ogq34AZsgGinmfGHPLodogud+jbC5iVp2NUNy4=; b=v+KTNjn7iVYi1uec2IAhLkRF2ijPjzCzksxyKcQPpbtdOYdZt4GTORX6OyJEDHGD+l DwsZYGr/vxb+qUin4b9BeQzVmYSiByT2N7kJ04Hd1F6+Nu6zruJCqz1xtwsExgzOp9LI 55qh+52jaWS9+FqRZPC5Qalu98ox5Ps1cd7GQo5oXhP70qyIQHRr+bI7knHxmqjmYMeA 1MSFJGjDDaoup6ex5zFvkIBMJjj6tXu4JSo7LrU8HSFNKPXAQWh3BAj7xPlKQYCFyG5D YutAAEXBYHzgmDUHlV3ohwuUEGDHN6+5xlmZeaV0viwO5+PQBJuTkNEBJMgB3vpe964u dyeA== X-Received: by 10.68.249.195 with SMTP id yw3mr17511265pbc.134.1398242373978; Wed, 23 Apr 2014 01:39:33 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id vb7sm869114pbc.13.2014.04.23.01.39.31 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Apr 2014 01:39:33 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Wed, 23 Apr 2014 10:39:24 +0200 Message-Id: <1398242364-4644-3-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1398242364-4644-1-git-send-email-fabio.porcedda@gmail.com> References: <1398242364-4644-1-git-send-email-fabio.porcedda@gmail.com> Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH v5 2/2] Makefile: let show-targets prints also the dependencies 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 Because the "show-targets" target print the targets that will be built, print also their dependencies. Signed-off-by: Fabio Porcedda Cc: Thomas Petazzoni Cc: "Yann E. MORIN" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc111b3..eff408b 100644 --- a/Makefile +++ b/Makefile @@ -653,7 +653,7 @@ legal-info: dirs legal-info-clean legal-info-prepare $(TARGETS_LEGAL_INFO) \ @rm -f $(LEGAL_WARNINGS) show-targets: - @echo $(TARGETS) $(TARGETS_ROOTFS) + @echo $(HOST_DEPS) $(TARGETS_HOST_DEPS) $(TARGETS) $(TARGETS_ROOTFS) graph-build: $(O)/build/build-time.log @install -d $(O)/graphs