>
> 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
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make