VirtualBox

Changeset 57031 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 21, 2015 1:42:26 AM (9 years ago)
Author:
vboxsync
Message:

solaris/vboxfs: Fixed S11 build check in makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk

    r57030 r57031  
    5353 vboxfs_deps.asm_ASFLAGS   = -f bin -g null
    5454endif
    55 if  $(VBOX_SOLARIS_11_VERSION) >= 175 \
    56  && $(VBOX_SOLARIS_11_UPDATE_VERSION) >= 1 \
    57  && $(VBOX_SOLARIS_11_BUILD_VERSION) >= 10
     55if $(VBOX_SOLARIS_11_VERSION) > 175 \
     56 || (   $(VBOX_SOLARIS_11_VERSION) == 175 \
     57     && (   $(VBOX_SOLARIS_11_UPDATE_VERSION) > 1 \
     58         || ($(VBOX_SOLARIS_11_UPDATE_VERSION) == 1 && $(VBOX_SOLARIS_11_BUILD_VERSION) >= 10) ) )
    5859vboxfs_DEFS         += VBOX_VFS_EXTENDED_POLICY
    5960endif
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