VirtualBox

Changeset 20240 in vbox


Ignore:
Timestamp:
Jun 3, 2009 7:33:39 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48098
Message:

Python: enable anywhere but on Linux

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r20185 r20240  
    413413 VBOX_WITH_HOSTNETIF_API = 1
    414414endif
    415 # Enables the Python<->XPCOM and later Python<->COM bindings.
    416 # (Current not enabled by default because all the build servers has
     415# Enables the Python<->XPCOM and Python<->COM bindings.
     416# (Currently not enabled by default because all the build servers has
    417417# different Python versions installed and would start burning.)
    418 if1of ($(KBUILD_TARGET), darwin solaris)
     418ifn1of ($(KBUILD_TARGET), linux)
    419419 VBOX_WITH_PYTHON = 1
    420420endif
  • trunk/src/VBox/Installer/Makefile.kmk

    r20173 r20240  
    5050 OTHER_CLEANS += $(VBOX_SDK_ZIP) \
    5151                 $(wildcard $(PATH_BIN)/VirtualBoxSDK-*-r*.zip)
     52
     53# @todo: wrong, it must depend on everything included in SDK
    5254$(VBOX_SDK_ZIP): \
    5355                $(PATH_BIN)/sdk \
    5456                $(VBOX_VERSION_STAMP)
    5557        $(call MSG_L1,Making SDK delivery $@)
    56         $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- zip -r9 $@ sdk > /dev/null
     58        $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- $(ZIP) -r9 $@ sdk > /dev/null
    5759endif
    5860
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