X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile;h=7466de60ddc7ab98c66c7a28f3cd4a502f465411;hb=d8cf2dda3de6e6293fb01539fb4e180a7ab42afd;hp=1d0aef03eae7fae72f70016575c2f54502706bbb;hpb=e2f50c5c6cd8dcfda30b8d656fe213f7e285c54a;p=deliverable%2Flinux.git diff --git a/Makefile b/Makefile index 1d0aef03eae7..7466de60ddc7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 4 PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = -rc3 -NAME = Blurry Fish Butt +EXTRAVERSION = -rc6 +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