]> 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:55 +0000 (18:35 -0500)
commit7a82919256e661a4e8456e1d42d17e8567249036
treedaa35c45bb03b666d7002f665f3d706d4b8aacda
parenta4266030cea52f43193e96286ec249d2f1b6e02c
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