X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=Makefile;h=74d67b2c35d9166c313f01c3c77960f8210c4b94;hb=6c0fa49b18b09ba9e69c0999f89bc38fad95d8a6;hp=c3a727126d26723a66f6db7e078c278c692987fe;hpb=d669af9d5afb5bdb629f78d024b35e507465f570;p=linux-2.6 diff --git a/Makefile b/Makefile index c3a727126d..74d67b2c35 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 15 -EXTRAVERSION = +SUBLEVEL = 16 +EXTRAVERSION =-rc3 NAME=Sliding Snow Leopard # *DOCUMENTATION* @@ -442,7 +442,7 @@ export KBUILD_DEFCONFIG config %config: scripts_basic outputmakefile FORCE $(Q)mkdir -p include/linux $(Q)$(MAKE) $(build)=scripts/kconfig $@ - $(Q)$(MAKE) .kernelrelease + $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease else # ===========================================================================