All of lore.kernel.org
 help / color / mirror / Atom feed
* - new-toplevel-target-headers_check_all.patch removed from -mm tree
@ 2007-02-15  8:47 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-15  8:47 UTC (permalink / raw)
  To: vapier, dwmw2, sam, mm-commits


The patch titled
     new toplevel target: headers_check_all
has been removed from the -mm tree.  Its filename was
     new-toplevel-target-headers_check_all.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: new toplevel target: headers_check_all
From: Mike Frysinger <vapier@gentoo.org>

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 <vapier@gentoo.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Makefile |    6 ++++++
 1 file changed, 6 insertions(+)

diff -puN Makefile~new-toplevel-target-headers_check_all Makefile
--- a/Makefile~new-toplevel-target-headers_check_all
+++ a/Makefile
@@ -928,6 +928,12 @@ headers_install: include/linux/version.h
 	$(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
_

Patches currently in -mm which might be from vapier@gentoo.org are

origin.patch
use-__u64-rather-than-u64-in-parisc-statfs-structs.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-15  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15  8:47 - new-toplevel-target-headers_check_all.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.