help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

flushing output in make


From: ma
Subject: flushing output in make
Date: Mon, 17 Jul 2006 18:01:43 +0100

Hello,

    I have a make file that is similar to this one:



foo:

    @echo please wait...

    $(foreach ..... )  # a lengthy work



It is working but I the output of echo appears only after foreach finished! 
But I need it to appear before foreach started. What can I do?



Best regards







reply via email to

[Prev in Thread] Current Thread [Next in Thread]