[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
custom silent rule not working in MSYS
From: |
Vincent Torri |
Subject: |
custom silent rule not working in MSYS |
Date: |
Thu, 21 Mar 2013 23:29:01 +0100 |
Hey
In MSYS, the following code is not "silent" (sed_process is a sed command) :
pc_verbose = $(address@hidden@)
pc_verbose_ = $(address@hidden@)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- custom silent rule not working in MSYS,
Vincent Torri <=