Changeset 2788 in vbox
- Timestamp:
- May 23, 2007 2:16:03 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r2784 r2788 84 84 85 85 # 1&2. Manually dump selected structures and members. 86 $(PATH_TARGET)/tstDeviceStructSizeGC.h: $ (INSTARGET_tstDeviceStructSizeGC)86 $(PATH_TARGET)/tstDeviceStructSizeGC.h: $$(INSTARGET_tstDeviceStructSizeGC) 87 87 $(call MSG_GENERATE,,$@) 88 88 $(QUIET)$(INSTARGET_tstDeviceStructSizeGC) > $@ 89 89 90 90 # 3. run it. 91 $(PATH_TARGET)/tstDeviceStructSize.run: $ (INSTARGET_tstDeviceStructSize)91 $(PATH_TARGET)/tstDeviceStructSize.run: $$(INSTARGET_tstDeviceStructSize) 92 92 $(QUIET)$(RM) -f $@ 93 93 $^
Note:
See TracChangeset
for help on using the changeset viewer.