Merge branch 'develop' into contrib/build/remove-obsolete-makefile
This commit is contained in:
commit
b9f31813c2
@ -263,7 +263,8 @@ CFLAGS += ${addprefix -I,$(SOURCEDIRS) $(CONTIKI)}
|
|||||||
### Check for a git repo and pass version if found
|
### Check for a git repo and pass version if found
|
||||||
### git.exe in Windows cmd shells may require no stderr redirection
|
### git.exe in Windows cmd shells may require no stderr redirection
|
||||||
ifndef RELSTR
|
ifndef RELSTR
|
||||||
RELSTR:=${shell git --git-dir ${CONTIKI}/.git describe --tags --always --dirty}
|
RELSTR:=${shell git --git-dir ${CONTIKI}/.git --work-tree ${CONTIKI} describe \
|
||||||
|
--tags --always --dirty}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(RELSTR),)
|
ifneq ($(RELSTR),)
|
||||||
|
Loading…
Reference in New Issue
Block a user