VirtualBox

Changeset 106850 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 6, 2024 9:45:41 AM (3 months ago)
Author:
vboxsync
Message:

Main/Makefile.kmk: xsltproc uses ';' as path separator since 1.1.35. Since the --path option is accumulative, we can sidestep the whole separator issue by repating --path for each path. This should fix the SDK build. VBP-1253

File:
1 edited

Legend:

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

    r106794 r106850  
    296296                | $(PATH_TARGET)/
    297297        $(call MSG_TOOL,xsltproc,,$<,$@)
    298         $(QUIET)$(VBOX_XSLTPROC) --path ".:$(PATH_ROOT)/doc/manual" \
     298        $(QUIET)$(VBOX_XSLTPROC) --path "." --path "$(PATH_ROOT)/doc/manual" \
    299299                -o "[email protected]" $(VBOX_PATH_MAIN_SRC)/idl/doxygen.xsl $(VBOX_XIDL_FILE_SRC)
    300300        $(QUIET)$(SED) \
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