VirtualBox

Changeset 5976 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Dec 6, 2007 4:25:40 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26554
Message:

Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and KMK_NEW_CP.

File:
1 edited

Legend:

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

    r5904 r5976  
    236236ifndef DONT_USE_YASM
    237237        $(QUIET)$(TOOL_YASM_AS) $(MY_ASA_ASM_STUFF) -o [email protected] -l [email protected] $<
    238 ifdef KMK_NEW_SED
    239238        $(SED) -f $(VBOX_PATH_VMM_SRC)/testcase/tstAsmStructsAsm-lst.sed --output $@ [email protected]
    240 else
    241         $(SED) -f $(VBOX_PATH_VMM_SRC)/testcase/tstAsmStructsAsm-lst.sed [email protected] > $@
    242 endif
    243239else
    244240        $(QUIET)$(TOOL_NASM_AS) -g $(MY_ASA_ASM_STUFF) -o [email protected] -l [email protected] $<
     
    266262        $(call MSG_GENERATE,tstVMStructSize,$@,$<)
    267263        $(QUIET)$(RM) -f $@ [email protected] [email protected]
    268 ifdef KMK_USE_REDIRECT
    269264        $(QUIET)$(REDIRECT) -wo [email protected] -- $(VBOX_NM) $<
    270 else
    271         $(VBOX_NM) $< > [email protected]
    272 endif
    273 ifdef KMK_NEW_SED
    274265        $(QUIET)$(SED) -e '/STAMPROFILEADV/d' \
    275266               -e '/00[0-9a-fA-F]* [aA] [^_.]*\./!d'       -e 's/\(00[0-9a-fA-F]*\) [aA] \([^.]*\)\.\(.*$$\)/    CHECK_OFF(\2, 0x0\1, \3);/' \
    276                --output [email protected] [email protected] 
     267               --output [email protected] [email protected]
    277268        $(QUIET)$(SED) -e '/VM_size$$/d' \
    278269               -e '/00[0-9a-fA-F]* [aA] [^_.]*_size$$/!d'  -e 's/\(00[0-9a-fA-F]*\) [aA] \([^_.]*\)_size/    CHECK_SIZE(\2, 0x0\1);/' \
    279270               --append [email protected] [email protected]
    280 else
    281         $(QUIET)$(SED) -e '/STAMPROFILEADV/d' \
    282                -e '/00[0-9a-fA-F]* [aA] [^_.]*\./!d'       -e 's/\(00[0-9a-fA-F]*\) [aA] \([^.]*\)\.\(.*$$\)/    CHECK_OFF(\2, 0x0\1, \3);/' \
    283                [email protected][email protected]
    284         $(QUIET)$(SED) -e '/VM_size$$/d' \
    285                -e '/00[0-9a-fA-F]* [aA] [^_.]*_size$$/!d'  -e 's/\(00[0-9a-fA-F]*\) [aA] \([^_.]*\)_size/    CHECK_SIZE(\2, 0x0\1);/' \
    286                [email protected] >> [email protected]
    287 endif
    288271        $(QUIET)$(MV) -f [email protected] $@
    289272        $(QUIET)$(RM) -f [email protected]
     
    292275$(PATH_TARGET)/tstAsmStructsGC.h: $(PATH_TARGET)/tstAsmStructsHC.h
    293276        $(call MSG_GENERATE,tstVMStructSize,$@,$<)
    294 ifdef KMK_NEW_SED
    295277        $(QUIET)$(SED) -e '/VMMSWITCHERDEF/d' --output $@ $^
    296 else
    297         $(QUIET)$(SED) -e '/VMMSWITCHERDEF/d' \
    298                 $^ > $@
    299 endif
    300278
    301279## @todo make this default kBuild behaviour.
     
    318296$(PATH_TARGET)/tstVMStructGC.h: $$(INSTARGET_tstVMStructGC)
    319297        $(call MSG_GENERATE,tstVMStructSize,$@)
    320 ifdef KMK_USE_REDIRECT
    321298        $(QUIET)$(REDIRECT) -wo $@ -- $(INSTARGET_tstVMStructGC)
    322 else
    323         $(QUIET)$(INSTARGET_tstVMStructGC) > $@
    324 endif
    325299
    326300# 2. run it.
Note: See TracChangeset for help on using the changeset viewer.

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