]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Makefile: Disable XML doc validation
authorGeorge Joseph <gjoseph@digium.com>
Fri, 25 Mar 2022 19:00:48 +0000 (13:00 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 29 Mar 2022 16:48:11 +0000 (11:48 -0500)
commit56a8d4758647c7bbe2613d4ccf5c1985aced2a03
tree6c5c2840f69fd9d665fea845660dfc80548bc4d7
parent647455017567637304d195bb13c67c440cb3c9f0
Makefile:  Disable XML doc validation

make_xml_documentation was being called with the --validate
flag set when it shouldn't have been.  This was causing
build failures if neither xmllint nor xmlstarlet were installed.
The correct behavior is to simply print a message that either
one of those tools should be installed for validation and
continue with the build.

ASTERISK-29988

Change-Id: Idc6c44114e7dd3fadae183a4e22f4fdba0b8a645
Makefile