$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] output the action before not after
From: George Georgiev (george.georgiev.sf_at_[hidden])
Date: 2013-07-09 11:30:51
Hi,
I find outputting the action after it is done instead before it starts a
little bit confusing and in some cases dysfunctional. For example if a
unittest hang you do not know what is going on.
Is there option or a simple way to change this behavior?
Another related question: can b2 start flushing the output from
subprocesses immediately - instead of waiting they to completely finish.
Thanks,
George