Changeset 2456 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- May 3, 2007 12:57:07 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile
r2366 r2456 243 243 # 2. use nm and sed to transform this into the header we want. 244 244 $(PATH_TARGET)/tstAsmStructsHC.h: $(PATH_TARGET)/tstAsmStructsAsm.o 245 $(call MSG_ L1,Generating $@)245 $(call MSG_GENERATE,,$@,$<) 246 246 $(QUIET)$(RM) -f $@ [email protected] [email protected] 247 247 $(VBOX_NM) $< > [email protected] … … 257 257 # 3. transform the HC header into a GC one by omitting some HC only structures. 258 258 $(PATH_TARGET)/tstAsmStructsGC.h: $(PATH_TARGET)/tstAsmStructsHC.h 259 $(call MSG_ L1,Generating $@)259 $(call MSG_GENERATE,,$@,$<) 260 260 $(QUIET)$(SED) -e '/VMMSWITCHERDEF/d' \ 261 261 $^ > $@ … … 278 278 # 1&2. Manually dump selected structures and members. 279 279 $(PATH_TARGET)/tstVMStructGC.h: $(INSTARGET_tstVMStructGC) 280 $(call MSG_ L1,Generating $<)280 $(call MSG_GENERATE,,$@) 281 281 $(QUIET)$(INSTARGET_tstVMStructGC) > $@ 282 282
Note:
See TracChangeset
for help on using the changeset viewer.