add space variable
This commit is contained in:
parent
550178ad98
commit
832b9640c5
2
Makefile
2
Makefile
|
@ -24,6 +24,8 @@ GIT_AUTHOR := $(shell git log -1 --format=%an)
|
||||||
GIT_KEY := $(shell git log -1 --format=%GP)
|
GIT_KEY := $(shell git log -1 --format=%GP)
|
||||||
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
|
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
|
||||||
, := ,
|
, := ,
|
||||||
|
empty :=
|
||||||
|
space := $(empty) $(empty)
|
||||||
ifeq ($(strip $(shell git status --porcelain 2>/dev/null)),)
|
ifeq ($(strip $(shell git status --porcelain 2>/dev/null)),)
|
||||||
GIT_STATE=clean
|
GIT_STATE=clean
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue