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, 21 Nov 2011 18:25:37 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	"H. Peter Anvin" <hpa@...ux.intel.com>
Cc:	linux-kernel@...r.kernel.org, kbuild@...r.kernel.org,
	Ingo Molnar <mingo@...e.hu>,
	Thomas Gleixner <tglx@...utronix.de>,
	"H. Peter Anvin" <hpa@...or.com>, "H.J. Lu" <hjl.tools@...il.com>,
	David Woodhouse <dwmw2@...radead.org>,
	Sam Ravnborg <sam@...nborg.org>,
	Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: [PATCH 2/8] kbuild: Add support for an "archheaders" target

Dne 17.11.2011 23:37, H. Peter Anvin napsal(a):
> -__headers: include/linux/version.h scripts_basic asm-generic FORCE
> +__headers: include/linux/version.h scripts_basic asm-generic archheaders FORCE
>  	$(Q)$(MAKE) $(build)=scripts build_unifdef
>  
>  PHONY += headers_install_all
> diff --git a/scripts/headers.sh b/scripts/headers.sh
> index 978b42b..af1ed88 100755
> --- a/scripts/headers.sh
> +++ b/scripts/headers.sh
> @@ -7,6 +7,7 @@ set -e
>  do_command()
>  {
>  	if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
> +		make ARCH=$2 KBUILD_HEADERS=$1 archheaders
>  		make ARCH=$2 KBUILD_HEADERS=$1 headers_$1

I don't think we need the explicit make archheaders call here, it's
handled by the __headers dependency above.

Michal
--
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