VirtualBox

Changeset 5597

Show
Ignore:
Timestamp:
11/01/07 01:48:28 (1 year ago)
Author:
vboxsync
Message:

OS/2 build fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/Makefile.kmk

    r5033 r5597  
    174174VMMGCBuiltin_SOURCES = $(PATH_TARGET)/VMMGCBuiltin.def 
    175175$(PATH_TARGET)/VMMGCBuiltin.def: VMMGC/VMMGCBuiltin.def | $(call DIRDEP,$(PATH_TARGET)) 
    176         $(SED) -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > $@.tmp 
     176        $(SED) -e '/not-os2/d' -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > $@.tmp 
    177177        $(MV) -f $@.tmp $@ 
    178178endif 
     
    190190VMMGCImp_SOURCES = $(PATH_TARGET)/VMMGC.def 
    191191$(PATH_TARGET)/VMMGC.def: VMMGC/VMMGC.def | $(call DIRDEP,$(PATH_TARGET)) 
    192         $(SED) -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > $@.tmp 
     192        $(SED) -e '/not-os2/d' -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > $@.tmp 
    193193        $(APPEND) "$@.tmp" "" 
    194194        $(APPEND) "$@.tmp" "    ___ehInit" 
     
    211211VMMR0Imp_SOURCES = $(PATH_TARGET)/VMMR0.def 
    212212$(PATH_TARGET)/VMMR0.def: VMMR0/VMMR0.def | $(call DIRDEP,$(PATH_TARGET)) 
    213         $(SED) -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > $@.tmp 
     213        $(SED) -e '/not-os2/d' -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > $@.tmp 
    214214        $(APPEND) "$@.tmp" "" 
    215215        $(APPEND) "$@.tmp" "    ___ehInit" 
  • trunk/src/VBox/VMM/VMMGC/VMMGC.def

    r5492 r5597  
    6565    RTTimeNanoTSLFenceSync 
    6666    RTTimeNanoTSLFenceAsync 
    67     ASMMultU64ByU32DivByU32 
     67    ASMMultU64ByU32DivByU32             ; not-os2 
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r5492 r5597  
    5050    RTTimeNanoTSLFenceSync 
    5151    RTTimeNanoTSLFenceAsync 
    52     ASMMultU64ByU32DivByU32 
     52    ASMMultU64ByU32DivByU32             ; not-os2 
    5353 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy