[Vm-dev] [commit] r2112 - generate VM_VERSION from VMM version and SVN revision; remove refs to SQ_VERSION

David T. Lewis lewis at mail.msen.com
Fri Aug 28 03:55:57 UTC 2009


On Thu, Aug 27, 2009 at 08:01:54PM -0700, commits at squeakvm.org wrote:
>  
> Author: piumarta
>  
> +vmmversion="`tr '\015 ' '\012\012' < \"${unix}/src/vm/interp.h\" | sed '1,/VMMaker/d;q'`"
> +svnversion=`svn info "${unix}/ChangeLog" | fgrep Revision: | awk '{print $2}'`
> +
> +VM_VERSION="${vmmversion}-${svnversion}"alpha

Nice. And I thought this couldn't easily be automated.

:)



More information about the Vm-dev mailing list