Changeset 63941 in vbox
- Timestamp:
- Sep 22, 2016 8:56:14 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 110827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r63940 r63941 672 672 $(QUIET)$(MKDIR) -p $(@D) 673 673 # 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. 675 676 if "$(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)" 677 678 else 678 679 $(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.