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

Merge branch 'develop' of https://github.com/boostorg/build into develop

This commit is contained in:
Rene Rivera
2020-02-24 09:55:16 -06:00

View File

@@ -275,6 +275,7 @@ int main( int argc, char * * argv, char * * arg_environ )
b2::system_info sys_info;
saved_argv0 = argv[ 0 ];
last_update_now_status = 0;
BJAM_MEM_INIT();
@@ -650,6 +651,8 @@ int main( int argc, char * * argv, char * * arg_environ )
}
status = yyanyerrors();
if ( status && !last_update_now_status )
last_update_now_status = status;
/* Manually touch -t targets. */
for ( n = 0; ( s = getoptval( optv, 't', n ) ); ++n )