X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=33d4732a6c4a319c4479933c826dd37be489684b;hb=bbb84619c378414118fd4f1778125cd246c71e53;hp=ad8260102f642fed6d4bf13560eecaeb73db065d;hpb=b00615d163cd24fa98d155acfc1f9d81d6fe1103;p=mv-sheeva.git diff --git a/Makefile b/Makefile index ad8260102f6..33d4732a6c4 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 ;