Re: [PATCH 11/19] kconfig: move .kernelrelease

From: Roman Zippel
Date: Mon Apr 10 2006 - 09:29:20 EST


Hi,

On Mon, 10 Apr 2006, Andrew Morton wrote:

> hm, it takes nearly five seconds, but it wasn't that - something actually
> broke. But I forget what it was. I'll put it back and will wait for it
> to reoccur.

The patch below should speed this up. You know that you have to update
this file explicitly?

bye, Roman

---

Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Index: linux-2.6-git/Makefile
===================================================================
--- linux-2.6-git.orig/Makefile
+++ linux-2.6-git/Makefile
@@ -366,7 +366,8 @@ outputmakefile:
# of make so .config is not included in this case either (for *config).

no-dot-config-targets := clean mrproper distclean \
- cscope TAGS tags help %docs check%
+ cscope TAGS tags help %docs check% \
+ kernelrelease kernelversion

config-targets := 0
mixed-targets := 0
@@ -1251,7 +1252,7 @@ namespacecheck:
endif #ifeq ($(config-targets),1)
endif #ifeq ($(mixed-targets),1)

-PHONY += checkstack
+PHONY += checkstack kernelrelease kernelversion
checkstack:
$(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
$(PERL) $(src)/scripts/checkstack.pl $(ARCH)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/