VirtualBox

Changeset 83538 in vbox


Ignore:
Timestamp:
Apr 3, 2020 4:20:40 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136857
Message:

/Config.kmk: VBOX_PYLINT_FIGURE_VERSION normalize pylint-2.7 to pylint so we get a version number for suffixed builds. bugref:9543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r83537 r83538  
    27232723# Figures the pylint version.
    27242724VBOX_PYLINT_FIGURE_VERSION = $(shell $(1) --version 2> /dev/null \
    2725         | $(SED_EXT) -n -e 's/pylint-[^ \t]*/pylint/' \
     2725        | $(SED_EXT) -n -e 's/pylint-[^[:blank:]]*/pylint/' \
    27262726        -e 's|^ *pylint *\([0-9][0-9]*\).\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$(DOLLAR)|$$(expr \1 * 10000 + \2 * 100 + \3)|p' )
    27272727
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