help-make
[Top][All Lists]
Advanced

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

Re: flushing output in make


From: ma
Subject: Re: flushing output in make
Date: Mon, 17 Jul 2006 22:34:48 +0100

>
> No.  The the expansion of the $(shell) function is the output of the
> specified command, so all the $(AR) commands are being invoked while
> make is doing its expansion.
>
>
> Philip Guenther

So if instead of calling echo in this way I use it in this way:
foo:
    $(shell echo please wait)
    $(foreach ....

it should send echo before doing other shell commands and hence it would 
generate suitable out put.

I will test this

Best regards







reply via email to

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