]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Makefile: Avoid git-make user conflict
authorMike Bradeen <mbradeen@sangoma.com>
Thu, 2 Jun 2022 02:03:06 +0000 (20:03 -0600)
committerKevin Harwell <kharwell@digium.com>
Wed, 13 Jul 2022 23:35:41 +0000 (18:35 -0500)
commitba51a05a6f39855b3587868ae4298f9e73cf955b
tree9e78c3302ce2efae8adeb3e742eb19b009064c9d
parent6f9d07ecb925b2152c9da8ef33fd89cc99597962
Makefile: Avoid git-make user conflict

make_version now silently checks if the required git commands will
fail.  If they do, then return UNKNOWN__git_check_fail to
distinguish this failure from other UNKNOWN__ version failures

Makefile checks for this value on install and exits out with
instructions

ASTERISK-30029

Change-Id: If8f10cac8f509c08981120f17555762342020221
Makefile
build_tools/make_version