Changeset 71568 in vbox
- Timestamp:
- Mar 29, 2018 12:42:15 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121548
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals changed from to
-
trunk/Makefile.kmk
r71485 r71568 921 921 # Alias for kmk_time. Used by both the additions and validation kit build setups. 922 922 # 923 VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time 923 ifeq ($(KBUILD_HOST),win) 924 VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time$(HOSTSUFF_EXE) --unquoted -- 925 else 926 VBOX_KMK_TIME = $(KBUILD_BIN_PATH)/kmk_time$(HOSTSUFF_EXE) -- 927 endif 924 928 925 929
Note:
See TracChangeset
for help on using the changeset viewer.