- Timestamp:
- Aug 15, 2016 8:41:51 PM (8 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
HostDrivers/Support/Makefile.kmk (modified) (1 diff)
-
Storage/testcase/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 "$@.tmp" "$@"123 $(MV) -f -- "$@.tmp" "$@"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 -- $@ $@.vd 65 65 $(QUIET)$(APPEND) -n "$@" \ 66 '' \67 '#include "BuiltinTests.h"' \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)))" \
Note:
See TracChangeset
for help on using the changeset viewer.

