X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=63e5c9f0bc7ad9776a4f9a33e07600b0085c5672;hb=ef88b7dba2b47c70037a34a599d383462bb74bd3;hp=c6aae86a02cdb1d2445b09aae41342256b5b8ebd;hpb=aaebf4332018980fef4e601d1b5a6e52dd9e9ae4;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index c6aae86..63e5c9f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 13 -EXTRAVERSION =-rc2 -NAME=Woozy Numbat +EXTRAVERSION = +NAME=Affluent Albatross # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -371,8 +371,8 @@ export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_ve # Files to ignore in find ... statements -RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc \) -prune -o -RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc +RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg \) -prune -o +RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg # =========================================================================== # Rules shared between *config targets and build targets