X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=141da26fda4b87870ba19237f61ced915d0cebcb;hb=a84fab3cbfdc427e7d366f1cc844f27b2084c26c;hp=015eca5a1f184a9cdf7148888fcdd28f2a21cd96;hpb=3f7d7b4bded5bd2cc9934a2ed9a7ce68feb636b0;p=~andy%2Flinux diff --git a/Makefile b/Makefile index 015eca5a1f1..141da26fda4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 35 -EXTRAVERSION = -rc3 +EXTRAVERSION = NAME = Sheep on Meth # *DOCUMENTATION* @@ -886,7 +886,7 @@ $(vmlinux-dirs): prepare scripts # Store (new) KERNELRELASE string in include/config/kernel.release include/config/kernel.release: include/config/auto.conf FORCE $(Q)rm -f $@ - $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) scripts/setlocalversion $(srctree))" > $@ + $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@ # Things we need to do before we recursively start building the kernel