mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Avoid backticks to retrieve the PATCH_LEVEL
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
GIT := $(shell command -v git 2> /dev/null)
|
||||
PATCH_LEVEL = NONE
|
||||
ifdef GIT
|
||||
PATCH_LEVEL = `git rev-parse HEAD | head -c 7`
|
||||
PATCH_LEVEL = $(shell git rev-parse HEAD | head -c 7)
|
||||
endif
|
||||
|
||||
SFLAGS += -Iion/include -DKD_CONFIG_H=1
|
||||
|
||||
Reference in New Issue
Block a user