Changeset 60709 in vbox for trunk/src/VBox
- Timestamp:
- Apr 26, 2016 8:15:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r60647 r60709 591 591 $(VBOX_PATH_VMM_SRC)/include/VMMSwitcher.mac \ 592 592 $(VBOX_PATH_VMM_SRC)/testcase/Makefile.kmk \ 593 $$(if $$(eq $$(tstAsmStructsAsmDep_ DEFS),$$(MY_ASA_ASM_STUFF)),,FORCE) \593 $$(if $$(eq $$(tstAsmStructsAsmDep_STUFF),$$(MY_ASA_ASM_STUFF)),,FORCE) \ 594 594 | $$(dir $$@) 595 595 $(call MSG_COMPILE,tstAsmStructsasm,$<,$@,AS) … … 600 600 endif 601 601 %$(QUIET2)$(RM) -f -- $(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructsAsm.o.dep 602 %$(QUIET2)$(APPEND) '$(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructsAsm.o.dep' 'tstAsmStructsAsmDep_ DEFS=$(MY_ASA_ASM_STUFF)'602 %$(QUIET2)$(APPEND) '$(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructsAsm.o.dep' 'tstAsmStructsAsmDep_STUFF=$(MY_ASA_ASM_STUFF)' 603 603 604 604 # 2. use nm and sed to transform this into the header we want.
Note:
See TracChangeset
for help on using the changeset viewer.