VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 1:19:03 PM (16 years ago)
Author:
vboxsync
Message:
VBoxManage/Makefile: Use $(if-expr ) instead of $(int-* ) here to make it more readable. (Unfortunately, the if-expr evaluation isn't C style (yet), so it's not possible to do defined VBOX_GCC_VERSION_CXX && ($(VBOX_GCC_VERSION_CXX) < 40300
$(VBOX_GCC_VERSION_CXX) > 40301) yet. sorry.)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r13849 r13855  
    5555 # that version 4.3.2 or later has this bug definitely fixed.
    5656 VBoxManage_CXXFLAGS.release += \
    57         $(if $(VBOX_GCC_VERSION_CXX),$(if $(int-lt $(VBOX_GCC_VERSION_CXX),40300)$(int-gt $(VBOX_GCC_VERSION_CXX),40301),,--param max-fields-for-field-sensitive=0),)
     57        $(if $(VBOX_GCC_VERSION_CXX),$(if-expr $(VBOX_GCC_VERSION_CXX) < 40300 || $(VBOX_GCC_VERSION_CXX) > 40301,,--param max-fields-for-field-sensitive=0),)
    5858endif
    5959ifndef VBOX_ONLY_DOCS
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