Eduardo Morras <nec556_at_retena.com> writes: > At 11:18 27/09/2011, Anton Shterenlikht wrote: > >> > Now I understand why some OS vendors have choosen the latin 10 'X' for >> > their tenth version of their operating system ... >> >>At least there will be a long rest after >>the move to 10 is complete.. until FreeBSD 100. > > > Or move to hexadecimal > > $ export UNAME_r='A.0-CURRENT' Wouldn't this fail if version is parsed with regex? # from mysql ELSEIF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") STRING(REGEX MATCH "[0-9]+\\.[0-9]+" VER "${CMAKE_SYSTEM_VERSION}") SET(DEFAULT_PLATFORM "${CMAKE_SYSTEM_NAME}${VER}")Received on Tue Sep 27 2011 - 10:19:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:18 UTC