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:
@@ -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)" *** ;
|
||||
|
||||
Reference in New Issue
Block a user