aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index dd8796caa239..e6a9b1b94656 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
1VERSION = 3 1VERSION = 4
2PATCHLEVEL = 19 2PATCHLEVEL = 0
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = -rc2
5NAME = Diseased Newt 5NAME = Hurr durr I'ma sheep
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help" 8# To see a list of typical targets execute "make help"
@@ -502,7 +502,7 @@ endif
502ifeq ($(KBUILD_EXTMOD),) 502ifeq ($(KBUILD_EXTMOD),)
503 ifneq ($(filter config %config,$(MAKECMDGOALS)),) 503 ifneq ($(filter config %config,$(MAKECMDGOALS)),)
504 config-targets := 1 504 config-targets := 1
505 ifneq ($(filter-out config %config,$(MAKECMDGOALS)),) 505 ifneq ($(words $(MAKECMDGOALS)),1)
506 mixed-targets := 1 506 mixed-targets := 1
507 endif 507 endif
508 endif 508 endif
@@ -1180,7 +1180,7 @@ CLEAN_DIRS += $(MODVERDIR)
1180# Directories & files removed with 'make mrproper' 1180# Directories & files removed with 'make mrproper'
1181MRPROPER_DIRS += include/config usr/include include/generated \ 1181MRPROPER_DIRS += include/config usr/include include/generated \
1182 arch/*/include/generated .tmp_objdiff 1182 arch/*/include/generated .tmp_objdiff
1183MRPROPER_FILES += .config .config.old .version .old_version $(version_h) \ 1183MRPROPER_FILES += .config .config.old .version .old_version \
1184 Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ 1184 Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
1185 signing_key.priv signing_key.x509 x509.genkey \ 1185 signing_key.priv signing_key.x509 x509.genkey \
1186 extra_certificates signing_key.x509.keyid \ 1186 extra_certificates signing_key.x509.keyid \