mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-12 09:00:09 +08:00
Minor -v improvement: remove extra space
This commit is contained in:
parent
7015838f51
commit
bdaccc2898
4
Makefile
4
Makefile
@ -245,8 +245,8 @@ FROM_GIT := $(shell git rev-parse >/dev/null 2>&1 && echo yes || echo no)
|
|||||||
|
|
||||||
ifeq ($(FROM_GIT),yes)
|
ifeq ($(FROM_GIT),yes)
|
||||||
GITHASH:=$(shell git rev-parse --abbrev-ref HEAD):$(shell git rev-parse --short HEAD) $(shell git log -1 --pretty='format:%cI')
|
GITHASH:=$(shell git rev-parse --abbrev-ref HEAD):$(shell git rev-parse --short HEAD) $(shell git log -1 --pretty='format:%cI')
|
||||||
GITHASH+=$(shell git diff --quiet || echo locally modified)
|
GITLOCAL:=$(shell git diff --quiet && echo ' locally modified')
|
||||||
DEF_GITHASH := -DTCC_GITHASH="\"$(GITHASH)\""
|
DEF_GITHASH:= -DTCC_GITHASH="\"$(GITHASH)$(GITLOCAL)\""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_debug),yes)
|
ifeq ($(CONFIG_debug),yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user