Changeset 12255 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 9, 2008 2:06:00 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r12248 r12255 302 302 303 303 # 1. Manually dump selected structures and members. 304 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructGC.h: $$(INSTARGET_tstVMStructGC) 304 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructGC.h: $$(INSTARGET_tstVMStructGC) | $$(dir $$@) 305 305 $(call MSG_GENERATE,tstVMStructSize,$@) 306 $(QUIET)$(REDIRECT) -wo $@ -- $ ^306 $(QUIET)$(REDIRECT) -wo $@ -- $< 307 307 308 308 # 2. run it. 309 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run: $$(INSTARGET_tstVMStructSize) 309 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run: $$(INSTARGET_tstVMStructSize) | $$(dir $$@) 310 310 $(QUIET)$(RM) -f $@ 311 $ ^311 $< 312 312 $(QUIET)$(APPEND) "$@" "done" 313 313
Note:
See TracChangeset
for help on using the changeset viewer.