VirtualBox

Changeset 31138 in vbox


Ignore:
Timestamp:
Jul 27, 2010 1:18:40 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64107
Message:

Additions/linux/Makefile.kmk: there is no $(ifndef), use $(if-expr ) instead.

File:
1 edited

Legend:

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

    r31137 r31138  
    9494 # This will only take effect if you also use VBOX_WITHOUT_ADDITIONS_ISO.
    9595 PACKING     += \
    96         $(ifndef VBOX_WITHOUT_LINUX_GUEST_PACKAGE $(PATH_BIN)/additions/VBoxLinuxAdditions.run) \
     96        $(if-expr !defined(VBOX_WITHOUT_LINUX_GUEST_PACKAGE), $(PATH_BIN)/additions/VBoxLinuxAdditions.run,) \
    9797        $(VBOX_LNX_ADD_ARCHIVES) \
    9898        $(PATH_BIN)/additions/VBoxGuestAdditions-dbg.tar.bz2
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette