system: Don't assume the git version is set.
parent
2e7b5f13c9
commit
aa8a5ac153
|
@ -80,7 +80,7 @@ PRIVATE>
|
||||||
"Factor " % vm-version %
|
"Factor " % vm-version %
|
||||||
" " % cpu cpu>string %
|
" " % cpu cpu>string %
|
||||||
" (" % build # ", " %
|
" (" % build # ", " %
|
||||||
split-vm-git-label [ % "-" % ] [ 10 head % ] bi* ", " %
|
split-vm-git-label [ % "-" % ] [ 10 short head % ] bi* ", " %
|
||||||
vm-compile-time % ")\n[" %
|
vm-compile-time % ")\n[" %
|
||||||
vm-compiler % "] on " % os os>string %
|
vm-compiler % "] on " % os os>string %
|
||||||
] "" make ;
|
] "" make ;
|
||||||
|
|
Loading…
Reference in New Issue