VirtualBox

Changeset 5597 in vbox


Ignore:
Timestamp:
Nov 1, 2007 12:48:28 AM (17 years ago)
Author:
vboxsync
Message:

OS/2 build fix.

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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]*/ /' $< > [email protected]
     176        $(SED) -e '/not-os2/d' -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > [email protected]
    177177        $(MV) -f [email protected] $@
    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]*/ /' $< > [email protected]
     192        $(SED) -e '/not-os2/d' -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > [email protected]
    193193        $(APPEND) "[email protected]" ""
    194194        $(APPEND) "[email protected]" "    ___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]*/ /' $< > [email protected]
     213        $(SED) -e '/not-os2/d' -e 's/^[ \t][ \t]*\([a-zA-Z]\)/    _\1/' -e 's/[ \t]DATA[ \t]*/ /' $< > [email protected]
    214214        $(APPEND) "[email protected]" ""
    215215        $(APPEND) "[email protected]" "    ___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
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