VirtualBox

Changeset 48479 in vbox


Ignore:
Timestamp:
Sep 15, 2013 9:53:12 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88962
Message:

Config.kmk,Main/Makefile.kmk: Use quotes instead of escaping the semicolon on dos-systems. The VBOX_SEP is useless outside shell command lines otherwise.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r48444 r48479  
    56095609endif
    56105610
    5611 ifeq ($(KBUILD_TARGET), win)
    5612   VBOX_SEP=\;
     5611
     5612#
     5613# VBOX_SEP needs to be quoted when used on the shell command line.
     5614#
     5615if1of ($(KBUILD_TARGET), os2 win)
     5616 VBOX_SEP = $(SEMICOLON)
    56135617else
    5614   VBOX_SEP=:
     5618 VBOX_SEP = $(COLON)
    56155619endif
    56165620VBOX_JAVAC_OPTS   = -encoding UTF-8 -source 1.5 -target 1.5 -Xlint:unchecked
    56175621VBOX_JAVADOC_OPTS = -encoding UTF-8
     5622
    56185623
    56195624#
  • trunk/src/VBox/Main/Makefile.kmk

    r48459 r48479  
    10141014        $(VBOX_JAVAC) $(VBOX_JAVAC_OPTS) \
    10151015                @$(VBOX_JMSCOM_GEN)/jmscomglue.list \
    1016                 -d $(VBOX_JMSCOM_JDEST) -classpath $(VBOX_JMSCOM_JDEST)$(VBOX_SEP)$(VBOX_JACOB_DIR)/jacob.jar
     1016                -d $(VBOX_JMSCOM_JDEST) -classpath "$(VBOX_JMSCOM_JDEST)$(VBOX_SEP)$(VBOX_JACOB_DIR)/jacob.jar"
    10171017        $(call MSG_LINK,$(notdir $@),$@)
    10181018        $(VBOX_JAR) cf $@ -C $(VBOX_JMSCOM_JDEST) .
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