Hey In MSYS, the following code is not "silent" (sed_process is a sed command) :
pc_verbose = $(pc_verbose_@AM_V@)
pc_verbose_ = $(pc_verbose_@AM_DEFAULT_V@)
pc_verbose_0 = @echo " PC " $@;
etui.pc: $(top_srcdir)/etui.pc.in Makefile
@rm -f $@
$(pc_verbose)$(sed_process)
Note that AM_V_GEN is working
Am I doing something wrong ?
thank you
Vincent Torri
