儲存庫 vbox 的更動 63499
- 時間撮記:
- 2016-8-15 下午08:41:51 (8 年 以前)
- 位置:
- trunk/src/VBox
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r63463 r63499 116 116 '#include <VBox/sup.h>' \ 117 117 '' 118 $(foreach cert,$(VBOX_SUP_WIN_CERTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append \118 $(foreach cert,$(VBOX_SUP_WIN_CERTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append --static --no-size \ 119 119 "SUP$(firstword $(subst =,$(SP) ,$(cert)))" \ 120 120 "$(VBOX_PATH_SUPR3_CERTIFICATES)/$(lastword $(subst =,$(SP) ,$(cert)))" \ 121 121 "$@") 122 $(SED) -e "/const unsigned g_cb/d" --output "[email protected]" "$@"123 $(MV) -f -- "[email protected]" "$@"124 122 # The build certificate. 125 123 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && defined(VBOX_SIGNING_MODE) -
trunk/src/VBox/Storage/testcase/Makefile.kmk
r62482 r63499 64 64 $(QUIET)$(RM) -f -- $@ [email protected] 65 65 $(QUIET)$(APPEND) -n "$@" \ 66 67 68 69 $(foreach test,$(TSTVDIO_BUILTIN_TESTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append \66 '' \ 67 '#include "BuiltinTests.h"' \ 68 '' 69 $(foreach test,$(TSTVDIO_BUILTIN_TESTS), $(NLTAB)$(VBOX_BIN2C) -ascii --append --no-size \ 70 70 "$(firstword $(subst =,$(SP) ,$(test)))" \ 71 71 "$(TSTVDIO_PATH_TESTS)/$(lastword $(subst =,$(SP) ,$(test)))" \
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器