]> 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>
Tue, 29 Mar 2022 17:42:21 +0000 (12:42 -0500)
commit4a7e01b8ae0a8e01a85044b1dae9a90be2e1fdc6
tree342b44a470fd497e0d1c5cbf5d494486f70f58b2
parent6de7ad5ba1bd221e70d300eb62e097390fb2fbc3
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