From patchwork Tue Apr 22 10:10:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 341283 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 4E3C114010F for ; Tue, 22 Apr 2014 20:11:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DBE8F2467B; Tue, 22 Apr 2014 10:11:17 +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 JPYN2v-9gs+i; Tue, 22 Apr 2014 10:11:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 296E6201FB; Tue, 22 Apr 2014 10:11:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 7AA011BF9D9 for ; Tue, 22 Apr 2014 10:11:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7620F8B0FD for ; Tue, 22 Apr 2014 10:11:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M2v8IffJsf3v for ; Tue, 22 Apr 2014 10:11:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 5E2468B0EA for ; Tue, 22 Apr 2014 10:11:07 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so4757460pbb.22 for ; Tue, 22 Apr 2014 03:11:07 -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=zpVvFHKjQ1+yarUiZrR4p+TwG/IMrGHXFrzpsh32Mh0=; b=XZ3C6wfhic5Vds8qGjFqMsfs0Bq0d4/Q4KPp7fdt7F5W8lg1pViXa8xlnjEB5Sf7Zn bpFwZudd9UkNUpwYdirL54/C/TAI1GeION+ii/sz2CwArsKdYs3qDRftVr4lVy55PWRx Un3ztKaR/7F8nyFA8tJ1uZwx0LXP4rZT7LAbW10sXqjatv3QBs30pUvRuU6fUsJMccqZ f+3nxeN+Sljpq1rqXaPPOBvGkAY5I0q5oAN/sFGhdU4t/xQQ8t6NZAZsIGg2J4sp6RjB B1wNhgrdhdvLNrUkS9HvtK9rj3GuxWlMk83YNnbbdjA6iDfopZ7dTKZkayZlRe3XDsyy J3Lw== X-Received: by 10.66.150.169 with SMTP id uj9mr8281477pab.148.1398161466936; Tue, 22 Apr 2014 03:11:06 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id ba5sm83786038pbc.61.2014.04.22.03.11.04 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Apr 2014 03:11:06 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 22 Apr 2014 12:10:59 +0200 Message-Id: <1398161459-8343-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.3.2 Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH v2] 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 --- v2: - remove the refactor code to simplify the merge of this patch Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d10da9d..a6e6ecb 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