Changeset 63758 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Sep 7, 2016 11:41:54 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
r63709 r63758 190 190 # 191 191 192 ifdef VBOX_USE_KSUBMIT 193 VBOX_BS3KIT_KSUBMIT_OBJ_CONV := kmk_builtin_kSubmit -- 194 else 195 VBOX_BS3KIT_KSUBMIT_OBJ_CONV := 196 endif 197 192 198 # Dummy CP "linker" tool. 193 199 TOOL_VBoxBsCpLd = Dummy copy linker. … … 234 240 -l $(outbase).lst\ 235 241 -o $(obj)\ 242 -MD "$(dep)" -MP\ 236 243 $(abspath $(source)) 237 $(QUIET)kmk_builtin_kSubmit -C $(PATH_OUT_BASE) -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)"238 $(QUIET)kmk_builtin_kSubmit -C $(PATH_OUT_BASE) -- $(TOOL_VBoxNasm_AS)\239 $(flags) $(addsuffix /,$(addprefix -i, $(incs))) $(addprefix -D, $(defs))\240 -l $(outbase).lst\241 -o $(obj)\242 $(abspath $(source)) \243 -MF "$(dep)" -MP244 244 else 245 245 $(QUIET)$(REDIRECT) -C $(PATH_OUT_BASE) -- $(TOOL_VBoxNasm_AS)\ … … 247 247 -l $(outbase).lst\ 248 248 -o $(obj)\ 249 -MD "$(dep)" -MP\ 249 250 $(abspath $(source)) 250 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 251 $(QUIET)$(REDIRECT) -C $(PATH_OUT_BASE) -wo $(dep) -- $(TOOL_VBoxNasm_AS)\ 252 $(flags) $(addsuffix /,$(addprefix -i, $(incs))) $(addprefix -D, $(defs))\ 253 -l $(outbase).lst\ 254 -o $(obj)\ 255 $(abspath $(source)) \ 256 -MF "$(dep)" -MP 257 endif 251 endif 252 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 258 253 endef 259 254 … … 297 292 -o $(obj)\ 298 293 $(abspath $(source)) 299 ifdef VBOX_USE_KSUBMIT 300 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 301 else 302 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 303 endif 294 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 304 295 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 305 296 endef … … 337 328 -o $(obj)\ 338 329 $(abspath $(source)) 339 ifdef VBOX_USE_KSUBMIT 340 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 341 else 342 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 343 endif 330 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 344 331 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 345 332 endef … … 365 352 define TOOL_Bs3Vcc64_COMPILE_C_CMDS 366 353 $(TOOL_$(VBOX_VCC_TOOL_STEM)AMD64_COMPILE_C_CMDS) 367 ifdef VBOX_USE_KSUBMIT 368 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 369 else 370 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 371 endif 354 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 372 355 endef 373 356 … … 402 385 define TOOL_Bs3Vcc64_COMPILE_CXX_CMDS 403 386 $(TOOL_$(VBOX_VCC_TOOL_STEM)AMD64_COMPILE_CXX_CMDS) 404 ifdef VBOX_USE_KSUBMIT 405 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 406 else 407 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 408 endif 387 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 409 388 endef 410 389 … … 435 414 define TOOL_Bs3Ow32_COMPILE_C_CMDS 436 415 $(TOOL_OPENWATCOM_COMPILE_C_CMDS) 437 ifdef VBOX_USE_KSUBMIT 438 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 439 else 440 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 441 endif 416 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 442 417 $(QUIET)$(REDIRECT) -wo /dev/null -- $(KBUILD_BIN_PATH)/kDepObj$(HOSTSUFF_EXE) -s -f -q -o "$(dep)" -t "$(obj)" "$(obj)" 443 418 endef … … 473 448 define TOOL_Bs3Ow32_COMPILE_CXX_CMDS 474 449 $(TOOL_OPENWATCOM_COMPILE_CXX_CMDS) 475 ifdef VBOX_USE_KSUBMIT 476 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 477 else 478 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 479 endif 450 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 480 451 $(QUIET)$(REDIRECT) -wo /dev/null -- $(KBUILD_BIN_PATH)/kDepObj$(HOSTSUFF_EXE) -s -f -q -o "$(dep)" -t "$(obj)" "$(obj)" 481 452 endef … … 503 474 define TOOL_Bs3Ow16_COMPILE_C_CMDS 504 475 $(TOOL_OPENWATCOM-16_COMPILE_C_CMDS) 505 ifdef VBOX_USE_KSUBMIT 506 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 507 else 508 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 509 endif 476 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 510 477 $(QUIET)$(REDIRECT) -wo /dev/null -- $(KBUILD_BIN_PATH)/kDepObj$(HOSTSUFF_EXE) -s -f -q -o "$(dep)" -t "$(obj)" "$(obj)" 511 478 endef … … 541 508 define TOOL_Bs3Ow16_COMPILE_CXX_CMDS 542 509 $(TOOL_OPENWATCOM-16_COMPILE_CXX_CMDS) 543 ifdef VBOX_USE_KSUBMIT 544 $(QUIET)kmk_builtin_kSubmit -- $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 545 else 546 $(QUIET)$(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 547 endif 510 $(QUIET)$(VBOX_BS3KIT_KSUBMIT_OBJ_CONV) $(VBoxBs3ObjConverter_1_TARGET) "$(obj)" 548 511 $(QUIET)$(REDIRECT) -wo /dev/null -- $(KBUILD_BIN_PATH)/kDepObj$(HOSTSUFF_EXE) -s -f -q -o "$(dep)" -t "$(obj)" "$(obj)" 549 512 endef
Note:
See TracChangeset
for help on using the changeset viewer.