VirtualBox

Changeset 63941 in vbox


Ignore:
Timestamp:
Sep 22, 2016 8:56:14 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110827
Message:

Main/webservice: need to keep the hack to try both with and without --file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r63940 r63941  
    672672        $(QUIET)$(MKDIR) -p $(@D)
    673673# Change directory to the "source", as otherwise ZSI 2.0 has trouble finding
    674 # the 2nd WSDL file included in the main one. ZSI 2.1 is smarter.
     674# the 2nd WSDL file included in the main one. ZSI 2.1 is smarter, but some
     675# versions floating around (especially on Linux) lack the --file option.
    675676if "$(KBUILD_HOST)" != "win"
    676         $(QUIET)$(REDIRECT) -C $(dir $(VBOXWEBSERVICE_WSDL)) -- $(VBOX_WSDL2PY) -b --file $(VBOXWEBSERVICE_WSDL) --output-dir $(@D)
     677        $(QUIET)$(REDIRECT) -C $(dir $(VBOXWEBSERVICE_WSDL)) -- $(SHELL) -c "$(VBOX_WSDL2PY) -b --output-dir $(@D) $(VBOXWEBSERVICE_WSDL) || $(VBOX_WSDL2PY) -b --file $(VBOXWEBSERVICE_WSDL) --output-dir $(@D)"
    677678else
    678679        $(QUIET)$(REDIRECT) -C $(dir $(VBOXWEBSERVICE_WSDL)) -- $(VBOX_WSDL2PY) -b --file $(subst /,\\\\,$(VBOXWEBSERVICE_WSDL)) --output-dir $(@D)
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