X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=8d0668f473ba3612b0235666412aa7966a99f4b3;hb=3ce1217d6cd5dfa82a9db5c2a999cc1bb01490d9;hp=fe8204be566d3fbd23e847ceddd368df0f37450c;hpb=40031da445fb4d269af9c7c445b2adf674f171e7;p=~andy%2Flinux diff --git a/Makefile b/Makefile index fe8204be566..8d0668f473b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 -PATCHLEVEL = 11 +PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = -NAME = Linux for Workgroups +EXTRAVERSION = -rc2 +NAME = One Giant Leap for Frogkind # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -794,10 +794,13 @@ PHONY += $(vmlinux-dirs) $(vmlinux-dirs): prepare scripts $(Q)$(MAKE) $(build)=$@ +define filechk_kernel.release + echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" +endef + # Store (new) KERNELRELEASE string in include/config/kernel.release include/config/kernel.release: include/config/auto.conf FORCE - $(Q)rm -f $@ - $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@ + $(call filechk,kernel.release) # Things we need to do before we recursively start building the kernel