X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile;h=0f9cb36d45c2c59a589670679e7fa1d25ff9ee59;hb=d011fb3164e8694d7839f10a497f8ab6c660149a;hp=173437debc873cf1c38287fa288be0abfbc40df9;hpb=92f27f98ceb2d457c97cb032349bbf2f776420d0;p=deliverable%2Flinux.git diff --git a/Makefile b/Makefile index 173437debc87..0f9cb36d45c2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 4 PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = -rc2 -NAME = Blurry Fish Butt +EXTRAVERSION = +NAME = Charred Weasel # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -1008,7 +1008,8 @@ prepare0: archprepare FORCE prepare: prepare0 prepare-objtool ifdef CONFIG_STACK_VALIDATION - has_libelf := $(shell echo "int main() {}" | $(HOSTCC) -xc -o /dev/null -lelf - &> /dev/null && echo 1 || echo 0) + has_libelf := $(call try-run,\ + echo "int main() {}" | $(HOSTCC) -xc -o /dev/null -lelf -,1,0) ifeq ($(has_libelf),1) objtool_target := tools/objtool FORCE else