make: reduce the number of `$(shell …)` calls

Through use of `$(INSTALL_DIR)`.
pull/9351/head
Benoit Pierre 3 weeks ago committed by Frans de Jonge
parent 5efba26d80
commit a4526633dd

@ -29,7 +29,7 @@ endif
ANDROID_VERSION?=$(shell git rev-list --count HEAD)
ANDROID_NAME?=$(VERSION)
MACHINE=$(shell $(CC) -dumpmachine 2>/dev/null)
MACHINE=$(TARGET_MACHINE)
ifdef KODEBUG
MACHINE:=$(MACHINE)-debug
KODEDUG_SUFFIX:=-debug

Loading…
Cancel
Save