Changeset 89793 in vbox
- Timestamp:
- Jun 19, 2021 8:03:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r89791 r89793 2961 2961 $(VBOX_JAVA_HOME)/include/$(VBOX_MD_OS) 2962 2962 endif # !darwin 2963 # The first transform the almost usless openjdk versions like "javac 9-Ubuntu" into something the 2nd expression groks. 2963 2964 VBOX_JAVA_FIGURE_VERSION = $(shell $(1) -version 2>&1 \ 2964 | $(SED_EXT) -n -e 's|^[^ ]* *\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$(DOLLAR)|$$(expr \1 * 10000 + \2 * 100 + \3)|p' ) 2965 | $(SED_EXT) -n \ 2966 -e 's/ \([0-9][0-9]*\)\(-[[:alpha:]][[:alpha:]]\)$/ \1.0.0\2/' \ 2967 -e 's|^[^ ]* *\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*$(DOLLAR)|$$(expr \1 * 10000 + \2 * 100 + \3)|p' ) 2965 2968 2966 2969 # Test C and C++ files.
Note:
See TracChangeset
for help on using the changeset viewer.