Skip to content
Snippets Groups Projects
  • George Joseph's avatar
    3e97156f
    Makefile: Disable XML doc validation · 3e97156f
    George Joseph authored
    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
    3e97156f
    History
    Makefile: Disable XML doc validation
    George Joseph authored
    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 41.39 KiB