mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
Fix GITLOG command
This commit is contained in:
parent
fdd16d7dfd
commit
29873fe5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ GITREVISION=`cd $(top_srcdir) && git rev-parse HEAD`
|
|||
## We can't only depend on the presence of the .git/ directory anymore,
|
||||
## because of gits submodule handling.
|
||||
## We now simply issue a git log on configure.ac and if the output is empty (error or file not tracked), then we are not in git.
|
||||
GITLOG=$(shell git log -1 --pretty=format:%H $(top_srcdir)/configure.ac)
|
||||
GITLOG=`cd $(top_srcdir) && git log -1 --pretty=format:%H configure.ac`
|
||||
|
||||
ECHO=/bin/echo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue