2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Updated Boost Build's internal collect_debug_info.py test to collect additional Boost Jam version information - OS name and the minimum supported path modification timestamp.

[SVN r79881]
This commit is contained in:
Jurko Gospodnetić
2012-08-05 18:32:38 +00:00
parent 458e565b8d
commit 2f300b0ca8

View File

@@ -298,7 +298,7 @@ for x in $(names)
}
if ---version in $(.argv)
{
for x in JAMVERSION JAM_VERSION JAMUNAME
for x in JAMVERSION JAM_VERSION JAMUNAME JAM_TIMESTAMP_RESOLUTION OS
{
v = [ modules.peek : $(x) ] ;
ECHO ***VAR*** $(x): "$(v:J=%s)" *** ;