VirtualBox

Changeset 77067 in vbox for trunk


Ignore:
Timestamp:
Jan 31, 2019 11:21:35 AM (6 years ago)
Author:
vboxsync
Message:

Config.kmk: fix issue with wildcard/quote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r77066 r77067  
    27712771 VBOX_JAVADOC   = "$(VBOX_JAVA_HOME)/bin/javadoc$(HOSTSUFF_EXE)"
    27722772 # With Java 11 wsimport was removed, usually part of a separate install now.
    2773  VBOX_WSIMPORT  = $(firstword $(wildcard "$(VBOX_JAVA_HOME)/bin/wsimport$(HOSTSUFF_EXE)") wsimport$(HOSTSUFF_EXE))
     2773 VBOX_WSIMPORT  = $(firstword $(wildcard $(VBOX_JAVA_HOME)/bin/wsimport$(HOSTSUFF_EXE)) wsimport$(HOSTSUFF_EXE))
    27742774 # correct for targets we care about
    27752775 VBOX_MD_OS     = $(KBUILD_TARGET)
Note: See TracChangeset for help on using the changeset viewer.

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