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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 16 Nov 2009 14:26:29 +0800
From:	Américo Wang <xiyou.wangcong@...il.com>
To:	Wenji Huang <wenji.huang@...cle.com>
Cc:	linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
	Sam Ravnborg <sam@...nborg.org>
Subject: Re: [PATCH] Kbuild: clean up marker

On Mon, Nov 16, 2009 at 1:49 PM, Wenji Huang <wenji.huang@...cle.com> wrote:
> Drop Module.markers from cleaning list.
>
> Signed-off-by: Wenji Huang <wenji.huang@...cle.com>

Acked-by: WANG Cong <xiyou.wangcong@...il.com>

Cc: Sam Ravnborg <sam@...nborg.org>

> ---
>  Makefile |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 8278361..1c8c3e1 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1198,7 +1198,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \
>                   include/linux/autoconf.h include/linux/version.h      \
>                   include/linux/utsrelease.h                            \
>                   include/linux/bounds.h include/asm*/asm-offsets.h     \
> -                 Module.symvers Module.markers tags TAGS cscope*
> +                 Module.symvers tags TAGS cscope*
>
>  # clean - Delete most, but leave enough to build external modules
>  #
> @@ -1217,7 +1217,7 @@ clean: archclean $(clean-dirs)
>                \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
>                -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
>                -o -name '*.symtypes' -o -name 'modules.order' \
> -               -o -name 'Module.markers' -o -name '.tmp_*.o.*' \
> +               -o -name '.tmp_*.o.*' \
>                -o -name '*.gcno' \) -type f -print | xargs rm -f
>
>  # mrproper - Delete all generated files, including .config
> @@ -1415,7 +1415,6 @@ $(clean-dirs):
>
>  clean: rm-dirs := $(MODVERDIR)
>  clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers \
> -                   $(KBUILD_EXTMOD)/Module.markers \
>                    $(KBUILD_EXTMOD)/modules.order
>  clean: $(clean-dirs)
>        $(call cmd,rmdirs)
> --
> 1.5.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ