VirtualBox

Changeset 106905 in vbox


Ignore:
Timestamp:
Nov 9, 2024 1:43:34 AM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165828
Message:

/Config.kmk: VBOX_XMLLINT/VBOX_HAVE_XMLLINT confusion. jiraref:VBP-1253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r106851 r106905  
    35993599        $(QUIET)$(APPEND) '$@' 'VBOX_HAVE_FLEX                           ?= $(firstfile $(TOOL_FLEX_LEX) $(which flex))'
    36003600        $(QUIET)$(APPEND) '$@' 'VBOX_HAVE_BISON                          ?= $(firstfile $(TOOL_BISON_YACC) $(which bison))'
    3601         $(QUIET)$(APPEND) '$@' 'VBOX_HAVE_XMLLINT                        ?= $(which xmllint)'
    36023601 if "$(KBUILD_HOST)" == "solaris" && $(KBUILD_HOST_VERSION_MAJOR) == 5 && $(KBUILD_HOST_VERSION_MINOR) == 11
    36033602  # BRANCH_VERSION format on S11 - S11.3:
     
    39573956ifeq ($(VBOX_XMLLINT),)
    39583957 ifeq ($(KBUILD_HOST),win)
    3959   VBOX_XMLLINT := $(wildcard $(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/10128/bin/xmllint.exe)
     3958  VBOX_XMLLINT := $(firstfile \
     3959        $(rversortfiles $(qwildcard ,$(KBUILD_DEVTOOLS)/$(KBUILD_HOST).$(KBUILD_HOST_ARCH)/libxslt/*/bin/xmllint.exe)))
    39603960 endif
    39613961 ifeq ($(VBOX_XMLLINT),)
    3962   VBOX_XMLLINT := $(VBOX_HAVE_XMLLINT)
     3962  VBOX_XMLLINT := $(which xmllint)
    39633963 endif
    39643964 ifneq ($(VBOX_XMLLINT),)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette