VirtualBox

Changeset 89794 in vbox


Ignore:
Timestamp:
Jun 19, 2021 8:13:25 PM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk: Tweak the VBOX_JAVA_FIGURE_VERSION macro to try grok useless opensdk output. [oops] bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r89793 r89794  
    29642964VBOX_JAVA_FIGURE_VERSION = $(shell $(1) -version 2>&1 \
    29652965        | $(SED_EXT) -n \
    2966         -e 's/ \([0-9][0-9]*\)\(-[[:alpha:]][[:alpha:]]\)$/ \1.0.0\2/' \
     2966        -e 's/ \([0-9][0-9]*\)\(-[[:alpha:]][[:alpha:]]\)/ \1.0.0\2/' \
    29672967        -e 's|^[^ ]* *\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$(DOLLAR)|$$(expr \1 * 10000 + \2 * 100 + \3)|p' )
    29682968
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