diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 11:27:31 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:48:43 +0900 |
commit | c4b89263c2b8b555586cd126bddbba8e5c9f1f06 (patch) | |
tree | 73d7cf811fd6918be1a30539510000482a8d582c /Makefile | |
parent | 7a7d8ed372d017b434b39105c801003f447aa158 (diff) | |
download | linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.tar.gz linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.tar.bz2 linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.zip |
upstream: treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -796,7 +796,7 @@ PHONY += $(vmlinux-dirs) $(vmlinux-dirs): prepare scripts $(Q)$(MAKE) $(build)=$@ -# Store (new) KERNELRELASE string in include/config/kernel.release +# 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))" > $@ |