useful for distros (and people with too much time on their hands) that support a ton of architectures, headers_check_all is to headers_check as headers_install_all is to headers_install -mike
Attachment:
pgpo7I2HHzHYZ.pgp
Description: PGP signature
Add new headers_check_all target for checking all arches in one go. Signed-off-by: Mike Frysinger <[email protected]> --- a/Makefile +++ b/Makefile @@ -936,6 +936,12 @@ headers_install: include/linux/version.h scripts_basic FORCE $(Q)$(MAKE) $(build)=scripts scripts/unifdef $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.headersinst obj=include +PHONY += headers_check_all +headers_check_all: headers_install_all + $(Q)for arch in $(HDRARCHES); do \ + $(MAKE) ARCH=$$arch -f $(srctree)/scripts/Makefile.headersinst obj=include BIASMDIR=-bi-$$arch HDRCHECK=1 ;\ + done + PHONY += headers_check headers_check: headers_install $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.headersinst obj=include HDRCHECK=1
- Prev by Date: Re: [PATCH] block MSI on Sony
- Next by Date: Re: [PATCH RFC] sd: spin down disks on removal or power-down
- Previous by thread: [patch] use __u32 in asm-x86_64/msr.h
- Next by thread: [2.6 patch] drivers/acpi/hotkey.c: make 2 structs static
- Index(es):