lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATcDYrBj-k72=ZSrFxwoBtQOwO=6c8_DyW2rY-C37g3Og@mail.gmail.com>
Date:   Tue, 22 Dec 2020 12:46:06 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Tiezhu Yang <yangtiezhu@...ngson.cn>
Cc:     Michal Marek <michal.lkml@...kovi.net>,
        Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Xuefeng Li <lixuefeng@...ngson.cn>
Subject: Re: [PATCH] Makefile: Remove Module.symvers when make clean

On Tue, Dec 22, 2020 at 12:00 PM Tiezhu Yang <yangtiezhu@...ngson.cn> wrote:
>
> Module.symvers still exists when make clean, remove it.
>
> Signed-off-by: Tiezhu Yang <yangtiezhu@...ngson.cn>


NACK.

Module.symver is removed by "make mrproper"
since it is needed for building external modules.



> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index e30cf02..8235bb7 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1468,7 +1468,7 @@ endif # CONFIG_MODULES
>
>  # Directories & files removed with 'make clean'
>  CLEAN_FILES += include/ksym vmlinux.symvers \
> -              modules.builtin modules.builtin.modinfo modules.nsdeps \
> +              modules.builtin modules.builtin.modinfo modules.nsdeps Module.symvers\
>                compile_commands.json
>
>  # Directories & files removed with 'make mrproper'
> --
> 2.1.0
>


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ