Makefile: ignore git failure when building from snapshot

fixes #2270
This commit is contained in:
Tony Theodore 2019-01-23 11:07:43 +11:00
parent 023da395bf
commit 1bce1181d7
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ build-only-$(1)_$(3): CMAKE_SHARED_BOOL = $(if $(findstring shared,$(3)),ON,OFF)
build-only-$(1)_$(3):
$(if $(value $(call LOOKUP_PKG_RULE,$(1),BUILD,$(3))),
uname -a
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
- git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
autoconf --version 2>/dev/null | head -1
automake --version 2>/dev/null | head -1