From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48A68C3A5A0 for ; Mon, 19 Aug 2019 14:56:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19A5F2082A for ; Mon, 19 Aug 2019 14:56:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="u2azZPVE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726343AbfHSO4S (ORCPT ); Mon, 19 Aug 2019 10:56:18 -0400 Received: from condef-01.nifty.com ([202.248.20.66]:57022 "EHLO condef-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725536AbfHSO4S (ORCPT ); Mon, 19 Aug 2019 10:56:18 -0400 Received: from conssluserg-05.nifty.com ([10.126.8.84])by condef-01.nifty.com with ESMTP id x7JErQd9004823 for ; Mon, 19 Aug 2019 23:53:26 +0900 Received: from mail-vs1-f41.google.com (mail-vs1-f41.google.com [209.85.217.41]) (authenticated) by conssluserg-05.nifty.com with ESMTP id x7JErLqi016770; Mon, 19 Aug 2019 23:53:22 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com x7JErLqi016770 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1566226402; bh=jEu8aQX5I9UhJUPk3G8xxRC1ppfr3n6cyqKi0hQLb9M=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=u2azZPVEkmdrMqZ+df69ql2NhVZyk/amJ8yBXhENizaAp7xZAlwavoKDWOUy64j5X 7Ol5pixAPNmMxYYFLzlRplB7MdnCh1T7QhKVx62aPwdeIsVDKdfNpW9supx5zMCsEt SaZE9kjWOM3HaxpfT/Tjfzj8a0B6pHALrxyJEqtPtQYSuinBcPnd+SRCVx0gLL77Yo SAq3f7SR+ydz/LFVfYmBs/dYk2pNe2uuozGeU/sEjXMfzTJSW/dsClcBq8p+fEgO8K nxbIlZHiK6Q2r7cNuV8P+KDiCAXJVZHA62HMjPNYoFDuponNDjABakVzHiiHm4y9vu bcKgYN7U7z1gw== X-Nifty-SrcIP: [209.85.217.41] Received: by mail-vs1-f41.google.com with SMTP id s5so1346835vsi.10; Mon, 19 Aug 2019 07:53:21 -0700 (PDT) X-Gm-Message-State: APjAAAW6ogC0F+hwrrzceXjqVpfmQHKqoDDimGcl07AZaFM1ZpIZqTyn prgot42kSND7z0woze247/en3gJaunzUA1BLJto= X-Google-Smtp-Source: APXvYqxgEC2VFMiHOd7G3mWTc+2xaLAjkP+fEtaPJ3YQKpAGfGzDTP2YAySEwmJ0lzP+zfuCSunuNfSxssKJkMtKdPw= X-Received: by 2002:a67:8a83:: with SMTP id m125mr14427234vsd.181.1566226400699; Mon, 19 Aug 2019 07:53:20 -0700 (PDT) MIME-Version: 1.0 References: <20190810155307.29322-1-yamada.masahiro@socionext.com> In-Reply-To: <20190810155307.29322-1-yamada.masahiro@socionext.com> From: Masahiro Yamada Date: Mon, 19 Aug 2019 23:52:44 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 00/11] kbuild: clean-ups and improvement of single targets To: Linux Kbuild mailing list Cc: Christoph Hellwig , Sam Ravnborg , Alexei Starovoitov , Boris Pismenny , Daniel Borkmann , "David S. Miller" , Igor Russkikh , Jakub Kicinski , Leon Romanovsky , Martin KaFai Lau , Michal Marek , Saeed Mahameed , Song Liu , Yonghong Song , bpf@vger.kernel.org, Linux Kernel Mailing List , linux-rdma@vger.kernel.org, Networking , oss-drivers@netronome.com Content-Type: text/plain; charset="UTF-8" Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Sun, Aug 11, 2019 at 12:55 AM Masahiro Yamada wrote: > > > 01/11-09/11 are trivial clean-ups. > > 10/11 makes the single targets work more correctly. > > 11/11 cleans up Makefiles that have been added > to work aroud the single target issues. > > > > Masahiro Yamada (11): > kbuild: move the Module.symvers check for external module build > kbuild: refactor part-of-module more > kbuild: fix modkern_aflags implementation > kbuild: remove 'make /' support > kbuild: remove meaningless 'targets' in ./Kbuild > kbuild: do not descend to ./Kbuild when cleaning > kbuild: unset variables in top Makefile instead of setting 0 > kbuild: unify vmlinux-dirs and module-dirs rules > kbuild: unify clean-dirs rule for in-kernel and external module > kbuild: make single targets work more correctly > treewide: remove dummy Makefiles for single targets Patch 01-09 applied. 10-11 have been superseded. -- Best Regards Masahiro Yamada