X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=c1825aab77e882b4fdd7bcf89fcf3c8e80b8b6ee;hb=d17a18dd92c91c784fcf7c785fa6bbf178fd0a6d;hp=a5252f451bfd736830bf3a349c5a049939f503a5;hpb=1cacc9ab8bf10e60b3ed93d7a10b070c4cbc6c9f;p=powerpc.git diff --git a/Makefile b/Makefile index a5252f451b..c1825aab77 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 24 -EXTRAVERSION = -rc4 +EXTRAVERSION = -rc5 NAME = Arr Matey! A Hairy Bilge Rat! # *DOCUMENTATION* @@ -118,9 +118,6 @@ saved-output := $(KBUILD_OUTPUT) KBUILD_OUTPUT := $(shell cd $(KBUILD_OUTPUT) && /bin/pwd) $(if $(KBUILD_OUTPUT),, \ $(error output directory "$(saved-output)" does not exist)) -# Check that OUTPUT directory is not the same as where we have kernel src -$(if $(filter-out $(KBUILD_OUTPUT),$(shell /bin/pwd)),, \ - $(error Output directory (O=...) specifies kernel src dir)) PHONY += $(MAKECMDGOALS) sub-make