VirtualBox

Changeset 58240 in vbox for trunk/src


Ignore:
Timestamp:
Oct 14, 2015 1:45:13 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103407
Message:

webservice: syntax fix

File:
1 edited

Legend:

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

    r58239 r58240  
    692692# way back because we thought we could use $(wildcard ) and avoid the shell,
    693693# however we cannot as it is subject to caching.  Let the shell do the globbing.
     694# GSOAP versions 2.8 and later do not generate the unneeded soapvbox*.h files
     695# any more. Ignoring the exit code is the simple solution, accepting the error.
    694696$(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts: $(VBOXWEB_OUT_DIR)/gsoap_generate_all_ts | $$(dir $$@)
    695697        $(RM) -f $@
     
    698700        $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/*.req.xml $(VBOXWEB_OUT_DIR)/*.res.xml $(PATH_TARGET_SOAPDEMOXML)/
    699701endif
    700         # GSOAP versions 2.8 and later do not generate these files any more.
    701         # Ignoring the exit code is the simple solution, sometimes giving an error.
    702702        -$(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/soapvbox*.h $(PATH_TARGET_SOAPDEMOHEADERS)/
    703703        $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/vboxBinding.nsmap $(PATH_TARGET_SOAPDEMONSMAPS)/
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