VirtualBox

Changeset 38152 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 25, 2011 12:19:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73107
Message:

INSTARGET -> [12]_STAGE_TARGET.

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r38082 r38152  
    183183 else
    184184  VBoxDD_LIBS           += \
    185         $(INSTARGET_VBoxDDU) \
    186         $(INSTARGET_VBoxDD2)
     185        $(VBoxDDU_1_STAGE_TARGET) \
     186        $(VBoxDD2_1_STAGE_TARGET)
    187187 endif
    188188 ifeq ($(KBUILD_TARGET),l4)
  • trunk/src/VBox/Devices/testcase/Makefile.kmk

    r37781 r38152  
    101101ifdef VBOX_WITH_RAW_MODE
    102102# 1&2. Manually dump selected structures and members.
    103 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h: $$(INSTARGET_tstDeviceStructSizeRC) | $$(dir $$@)
     103$(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h: $$(tstDeviceStructSizeRC_1_STAGE_TARGET) | $$(dir $$@)
    104104        $(call MSG_GENERATE,,$@)
    105105        $(QUIET)$(REDIRECT) -wo $@ -- $^
     
    107107
    108108# 3. run it.
    109 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run: $$(INSTARGET_tstDeviceStructSize) | $$(dir $$@)
     109$(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run: $$(tstDeviceStructSize_1_STAGE_TARGET) | $$(dir $$@)
    110110        $(QUIET)$(RM) -f $@
    111111        $^
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