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

Through use of `$(INSTALL_DIR)`.
reviewable/pr11798/r3
Benoit Pierre 3 weeks ago
parent 09db93de8a
commit 9ef02e1321

@ -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