Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f85712e6e1f2450ec4fd2ab18f8887bf7280f8e
Commit:     1f85712e6e1f2450ec4fd2ab18f8887bf7280f8e
Parent:     d395efb544aba803ffe42b16a1862be655aca369
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 14 00:33:02 2007 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Feb 14 08:09:52 2007 -0800

    [PATCH] new toplevel target: headers_check_all
    
    Add new headers_check_all target for checking all arches in one go.
    
    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
    
    Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
    Cc: David Woodhouse <[EMAIL PROTECTED]>
    Cc: Sam Ravnborg <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 678119c..b6c8790 100644
--- a/Makefile
+++ b/Makefile
@@ -928,6 +928,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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to