From patchwork Tue Jun 4 10:13:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10974663 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4777513AD for ; Tue, 4 Jun 2019 10:16:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 37320281DB for ; Tue, 4 Jun 2019 10:16:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2B0E7287E5; Tue, 4 Jun 2019 10:16:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CD62C281DB for ; Tue, 4 Jun 2019 10:16:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726982AbfFDKQO (ORCPT ); Tue, 4 Jun 2019 06:16:14 -0400 Received: from conuserg-08.nifty.com ([210.131.2.75]:39199 "EHLO conuserg-08.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727114AbfFDKPj (ORCPT ); Tue, 4 Jun 2019 06:15:39 -0400 Received: from localhost.localdomain (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id x54AEC79032511; Tue, 4 Jun 2019 19:14:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com x54AEC79032511 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1559643257; bh=A3Q6+8g2ASpEJmIcz4ywD24MTjUJJltUdc3L3A7Y6dA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YUydSxrFjQndOsqXHTND+J0Wq/0fcQkiEtcCGiDQZBQAEZ78jmsAtuLMM+vLdHiZW Az+6zv3dJIVqAa+BDWEVhcQEzPmL7eiiBlsIE3fpf8G9otHKTkTOVF8NvOn/ea/yb9 GD2b9itMxFosT1xsTQkSlnYqfS/R6eNoTXaiwUIlbt8c6kpWuJgYLtLMBKXgzl2VB+ b/bSrboqS6rBydMLU9M6f/oQLfDVOjKkG2O7qIfkZLydJYU/8fOEf6rdFbpasL4HaE yIOkP8P9xwlCvGZKKxIe9qlKf4dIu3413DgflF2m5U+ciPLWeRLrlFWkoW+YFBDnhU aTv+zZiWpK2qA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Randy Dunlap , Arnd Bergmann , David Howells , Sam Ravnborg , Jani Nikula , Masahiro Yamada , Michal Marek , linux-kernel@vger.kernel.org Subject: [PATCH 03/15] kbuild: make gdb_script depend on prepare0 instead of prepare Date: Tue, 4 Jun 2019 19:13:57 +0900 Message-Id: <20190604101409.2078-4-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190604101409.2078-1-yamada.masahiro@socionext.com> References: <20190604101409.2078-1-yamada.masahiro@socionext.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'gdb_script' needs headers generated by ./Kbuild, which is visited by 'prepare0'. None of 'gdb_script' depends on 'prepare'. Loosen the dependency. Signed-off-by: Masahiro Yamada --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67b866d19269..8348939765d3 100644 --- a/Makefile +++ b/Makefile @@ -1541,7 +1541,7 @@ $(DOC_TARGETS): scripts_basic FORCE # --------------------------------------------------------------------------- PHONY += scripts_gdb -scripts_gdb: prepare +scripts_gdb: prepare0 $(Q)$(MAKE) $(build)=scripts/gdb $(Q)ln -fsn $(abspath $(srctree)/scripts/gdb/vmlinux-gdb.py)