- Timestamp:
- Oct 14, 2015 1:45:13 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r58239 r58240 692 692 # way back because we thought we could use $(wildcard ) and avoid the shell, 693 693 # 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. 694 696 $(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts: $(VBOXWEB_OUT_DIR)/gsoap_generate_all_ts | $$(dir $$@) 695 697 $(RM) -f $@ … … 698 700 $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/*.req.xml $(VBOXWEB_OUT_DIR)/*.res.xml $(PATH_TARGET_SOAPDEMOXML)/ 699 701 endif 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.702 702 -$(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/soapvbox*.h $(PATH_TARGET_SOAPDEMOHEADERS)/ 703 703 $(MV_EXT) -f -- $(VBOXWEB_OUT_DIR)/vboxBinding.nsmap $(PATH_TARGET_SOAPDEMONSMAPS)/
Note:
See TracChangeset
for help on using the changeset viewer.