From patchwork Thu Mar 13 16:06:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 330004 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 6BB792C00AF for ; Fri, 14 Mar 2014 03:07:08 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 833433349E; Thu, 13 Mar 2014 16:07:07 +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 gj3eMpn+M1I4; Thu, 13 Mar 2014 16:07:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1D61D33411; Thu, 13 Mar 2014 16:07:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id BA30D1BF9FF for ; Thu, 13 Mar 2014 16:07:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B601494037 for ; Thu, 13 Mar 2014 16:07:04 +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 GiqTt2nNUIXE for ; Thu, 13 Mar 2014 16:07:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by hemlock.osuosl.org (Postfix) with ESMTPS id B37FD94036 for ; Thu, 13 Mar 2014 16:07:03 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id lf10so1325049pab.27 for ; Thu, 13 Mar 2014 09:07:03 -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:mime-version:content-type :content-transfer-encoding; bh=COFRcs2E10WRpwkSMg+cOQFNTBdeVoVMoIH6nAOs1aw=; b=evIBqAAllYffU5P6j39SoDZnZVWEJt2hGps0/5y5i3mQR8D8IrFQTebil94NKmOiPt 685YV1GY73VM30XE+q3mdMF0j9NGCvFa0U9TPXbcPFIWkfFOEXeG48m86Zb6FVkQ7ssJ S58k1iTSTjw9W3+fEAcvI/Sg69kOTk/CUfNLnCmKlToDOTLH5MEXSewZWHuqvBiEprLe 95IesqjS6P31IfcC1KmIa3sXcbBCFARUmlQX1jG0LQWxl4ETvXyp3gaOlMqC8aowrZ2A IJ+QahOU2CZCZjJfqNMbDK3V75jv9yf8W4RDgHxgllqVXRFB739uoNAq2FgrI29869QK 2+eg== X-Received: by 10.68.229.106 with SMTP id sp10mr3309148pbc.23.1394726823464; Thu, 13 Mar 2014 09:07:03 -0700 (PDT) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id vg1sm8250177pbc.44.2014.03.13.09.07.01 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Mar 2014 09:07:02 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Thu, 13 Mar 2014 17:06:59 +0100 Message-Id: <1394726819-13062-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] Add back rootfs-* dependencies to "source" and "legal-info" 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net After adding support top-level parallel make the rootfs-* dependencies were not anymore considered for the "source" and "legal-info" targets because the rootfs-* targets were removed from TARGETS variable and placed in the TARGETS_ROOTFS variable so to fix the issue use use both "TARGETS" and "TARGETS_ROOTFS" variables. Signed-off-by: Fabio Porcedda Cc: Vincent Stehlé Cc: Thomas De Schampheleire --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 481f779..f7b7d84 100644 --- a/Makefile +++ b/Makefile @@ -418,7 +418,8 @@ TARGETS_DIRCLEAN := $(patsubst %,%-dirclean,$(TARGETS)) # variable for each enabled target. # Notice: this only works for newstyle gentargets/autotargets packages TARGETS_HOST_DEPS = $(sort $(filter host-%,$(foreach dep,\ - $(addsuffix _DEPENDENCIES,$(call UPPERCASE,$(TARGETS))),\ + $(addsuffix _DEPENDENCIES,\ + $(call UPPERCASE,$(TARGETS) $(TARGETS_ROOTFS))),\ $($(dep))))) # Host packages can in turn have their own dependencies. Likewise find # all the package names listed in the HOST__DEPENDENCIES for each