2
0
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:
Jurko Gospodnetić
2008-06-03 23:19:58 +00:00
parent 26923f6d45
commit 2ddff3daba

View File

@@ -494,6 +494,7 @@ builtin_echo(
{
list_print( lol_get( frame->args, 0 ) );
printf( "\n" );
fflush( stdout );
return L0;
}