X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=33d4732a6c4a319c4479933c826dd37be489684b;hb=644bf7b5983cf2540b57a5b25b775cb3c1e8e943;hp=ad8260102f642fed6d4bf13560eecaeb73db065d;hpb=838632438145ac6863377eb12d8b8eef9c55d288;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index ad8260102f64..33d4732a6c4a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 32 -EXTRAVERSION = -rc8 +EXTRAVERSION = NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* @@ -379,6 +379,7 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exc PHONY += scripts_basic scripts_basic: $(Q)$(MAKE) $(build)=scripts/basic + $(Q)rm -f .tmp_quiet_recordmcount # To avoid any implicit rule to kick in, define an empty command. scripts/basic/%: scripts_basic ;