Option removed
This commit is contained in:
parent
44b13c1ca0
commit
7e4db1fdd6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ endif
|
|||
ifdef GIT_SHA
|
||||
$(info GIT_SHA: $(GIT_SHA))
|
||||
else
|
||||
GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion -n)
|
||||
GIT_SHA := $(shell git rev-parse --short HEAD 2>$(NULLDEV) || svnversion)
|
||||
ifneq ($(words $(GIT_SHA)),1)
|
||||
GIT_SHA := N/A
|
||||
$(info GIT_SHA: N/A)
|
||||
|
|
Loading…
Add table
Reference in a new issue