VirtualBox

Changeset 83215 in vbox


Ignore:
Timestamp:
Mar 5, 2020 11:43:40 PM (5 years ago)
Author:
vboxsync
Message:

/Config.kmk: Why do we look for pylint in the PATH and then use VBOX_BLD_PYTHON to execute it. We'll easily end up with the wrong python version (2.7 instead of 3.x) these days.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r83214 r83215  
    19571957ifndef VBOX_PYLINT
    19581958 VBOX_PYLINT        := $(firstword $(which pylint-2.7) $(which pylint-2.6) $(which pylint2) $(which pylint))
    1959  ifdef VBOX_PYLINT
    1960   VBOX_PYLINT       := $(VBOX_BLD_PYTHON) $(VBOX_PYLINT)
    1961  endif
     1959 #ifdef VBOX_PYLINT # -- why was this needed. It messes up when using pylint w/ 3.x and building with 2.7.
     1960 # VBOX_PYLINT       := $(VBOX_BLD_PYTHON) $(VBOX_PYLINT)
     1961 #endif
    19621962endif
    19631963if !defined(VBOX_WITH_PYLINT) && defined(VBOX_PYLINT)
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