]> 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:36:11 +0000 (18:36 -0500)
commit7cc026b3fb32fcd5fabdc6bb3b7dd396792ae83a
tree24665b06189b05a1d072010fad9f28d052926518
parent2843e5678df1a4e1042b4bfab4cc6dddcb372606
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