VirtualBox

Changeset 47387 in vbox


Ignore:
Timestamp:
Jul 25, 2013 11:41:37 AM (11 years ago)
Author:
vboxsync
Message:

VBOX_YASM_CHECK output fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r47266 r47387  
    22372237ifndef DONT_USE_YASM
    22382238 include $(KBUILD_PATH)/tools/YASM.kmk
    2239  VBOX_YASM_CHECK = $(if-expr "$(shell $(TOOL_YASM_AS) -e -o vbox-yasm-check.o $1 - < /dev/null 2>&1)" == "",$(1),)
     2239 if1of ($(KBUILD_HOST), win os2)
     2240  VBOX_YASM_CHECK = $(if-expr "$(shell $(TOOL_YASM_AS) -e -o nul $1 - < /dev/null 2>&1)" == "",$(1),)
     2241 else
     2242  VBOX_YASM_CHECK = $(if-expr "$(shell $(TOOL_YASM_AS) -e -o /dev/null $1 - < /dev/null 2>&1)" == "",$(1),)
     2243 endif
    22402244else
    22412245 VBOX_YASM_CHECK =
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