VirtualBox

Changeset 71568 in vbox


Ignore:
Timestamp:
Mar 29, 2018 12:42:15 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121548
Message:

kBuild 3206 -> 3209: Made windows kmk_time.exe requote argument correctly by default, old behaviour thru new --unquoted option. /Makefile.kmk uses the latter till converted.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Makefile.kmk

    r71485 r71568  
    921921# Alias for kmk_time.  Used by both the additions and validation kit build setups.
    922922#
    923 VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time
     923ifeq ($(KBUILD_HOST),win)
     924VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time$(HOSTSUFF_EXE) --unquoted --
     925else
     926VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time$(HOSTSUFF_EXE) --
     927endif
    924928
    925929
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