X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=6a5bdad524affe34c62141ae9678da115fcc28ee;hb=8ebed854506301f4f67e75c73cae967d4a45ab4d;hp=badb9239e2bb4ab64a8d016bfebe80319aa08d08;hpb=f4ef084226f82ca923bf0a2658bb2876bd215ec1;p=pandora-kernel.git diff --git a/Makefile b/Makefile index badb9239e2bb..6a5bdad524af 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = NAME = Sneaky Weasel # *DOCUMENTATION* @@ -1526,7 +1526,8 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) # Run depmod only if we have System.map and depmod is executable quiet_cmd_depmod = DEPMOD $(KERNELRELEASE) - cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE) + cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \ + $(KERNELRELEASE) # Create temporary dir for module support files # clean it up only when building all modules