X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=33d4732a6c4a319c4479933c826dd37be489684b;hb=b3837ceca005890f1a328eb1a4204a9dc92b1b9f;hp=ef8cce7ab54611bc93e16871d65d386fe7b4b7fd;hpb=25583d4b5aa2c9aa5ed03ecc2ce73f3922714495;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index ef8cce7..33d4732 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 32 -EXTRAVERSION = -rc4 +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 ;