mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Made all Boost Jam's ECHO commands automatically flush the standard output to make that output more promptly displayed to the user.
[SVN r46104]
This commit is contained in:
@@ -494,6 +494,7 @@ builtin_echo(
|
||||
{
|
||||
list_print( lol_get( frame->args, 0 ) );
|
||||
printf( "\n" );
|
||||
fflush( stdout );
|
||||
return L0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user