diff --git a/repos/ports/run/noux_tool_chain.inc b/repos/ports/run/noux_tool_chain.inc index 4d11712d83..e2c9c2f225 100644 --- a/repos/ports/run/noux_tool_chain.inc +++ b/repos/ports/run/noux_tool_chain.inc @@ -26,6 +26,16 @@ set build_components { test/libports/ncurses } +# +# Disable syntax check for config file +# +# The syntax check fails because the content of the '.bash_profile' is +# specified using an '' node but it is no valid XML. I.e., xmllint +# complains about the sequence '&&'. +# +proc check_xml_syntax {xml_file} { } + + lappend_if [have_spec acpi] build_components drivers/acpi lappend_if [have_spec pci] build_components drivers/pci/device_pd lappend_if $use_platform_driver build_components drivers/platform