VirtualBox

Changeset 31022 in vbox for trunk


Ignore:
Timestamp:
Jul 22, 2010 7:26:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63942
Message:

webservice/Makefile.kmk: ifndef doesn't expand the variable, it just tests if it's oufnd and has a non-zero length.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r31011 r31022  
    436436        /opt/sun-jdk-1.5*/bin/java \
    437437        /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java))
    438  ifndef VBOX_JAVA15
     438 ifeq ($(strip $(VBOX_JAVA15)),)
    439439  $(error Failed to autodetect VBOX_JAVA15, please set it manually)
    440440 endif
     
    447447        /usr/bin/wsimport \
    448448        /opt/sun-jdk-1.6*/bin/wsimport))
    449  ifndef VBOX_WSIMPORT16
     449 ifeq ($(strip $(VBOX_WSIMPORT16)),)
    450450  $(error Failed to autodetect VBOX_WSIMPORT16, please set it manually)
    451451 endif
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