VirtualBox

Changeset 12255 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 9, 2008 2:06:00 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36254
Message:

VMM/testcases: Added missing directory prereqs for tstVMStructGC.h and tstVMStructSize.run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r12248 r12255  
    302302
    303303# 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 $$@)
    305305        $(call MSG_GENERATE,tstVMStructSize,$@)
    306         $(QUIET)$(REDIRECT) -wo $@ -- $^
     306        $(QUIET)$(REDIRECT) -wo $@ -- $<
    307307
    308308# 2. run it.
    309 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run: $$(INSTARGET_tstVMStructSize)
     309$(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run: $$(INSTARGET_tstVMStructSize) | $$(dir $$@)
    310310        $(QUIET)$(RM) -f $@
    311         $^
     311        $<
    312312        $(QUIET)$(APPEND) "$@" "done"
    313313
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette