]> 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)
committerKevin Harwell <kharwell@digium.com>
Mon, 28 Mar 2022 18:19:00 +0000 (12:19 -0600)
commitc4d6abf01e8f3cdba3375daa58a3930c93e4082a
tree2ff89e0a63a256bb24c46f14576229fc5f9506e2
parentf63cd633de810d43d0c1d0de3aa03b372a4baac2
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