Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752039Ab3FXUz2 (ORCPT ); Mon, 24 Jun 2013 16:55:28 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:52135 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751953Ab3FXUzY (ORCPT ); Mon, 24 Jun 2013 16:55:24 -0400 Date: Mon, 24 Jun 2013 13:55:21 -0700 From: David Brown To: Doug Anderson Cc: Russell King , Olof Johansson , Mike Frysinger , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: Fix dtb dependency to use order-only prerequisites Message-ID: <20130624205521.GA25530@codeaurora.org> References: <1372106517-19105-1-git-send-email-dianders@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1372106517-19105-1-git-send-email-dianders@chromium.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1057 Lines: 26 On Mon, Jun 24, 2013 at 01:41:57PM -0700, Doug Anderson wrote: >The %.dtb dependency is specified to depend on the PHONY "scripts". >That means that it'll build every time even if the underlying dtb file >hasn't been touched. Use an order-only prerequisites to fix this. >Also mark "dtbs" as PHONY for correctness. > >This was broken in (70b0476 ARM: 7513/1: Make sure dtc is built before >running it). > >Reported-by: Mike Frysinger >Signed-off-by: Doug Anderson >--- > arch/arm/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/