X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=4d75b4bceedd53d4f80e71bf455a61819932acc5;hb=412a9bbd1291e6ef0f71bfdf9fbffaac349d5130;hp=7680d7c707301b7a30368c66e3116ef42fd026b1;hpb=c728762e064ad37bfd6689f2ac1f54d2355ac3ae;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index 7680d7c70730..4d75b4bceedd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 -PATCHLEVEL = 15 +PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc4 NAME = Shuffling Zombie Juror # *DOCUMENTATION* @@ -126,7 +126,10 @@ PHONY += $(MAKECMDGOALS) sub-make $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make @: +# Fake the "Entering directory" message once, so that IDEs/editors are +# able to understand relative filenames. sub-make: FORCE + @echo "make[1]: Entering directory \`$(KBUILD_OUTPUT)'" $(if $(KBUILD_VERBOSE:1=),@)$(MAKE) -C $(KBUILD_OUTPUT) \ KBUILD_SRC=$(CURDIR) \ KBUILD_EXTMOD="$(KBUILD_EXTMOD)" -f $(CURDIR)/Makefile \