[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: custom silent rule not working in MSYS
From: |
NightStrike |
Subject: |
Re: custom silent rule not working in MSYS |
Date: |
Sat, 6 Apr 2013 15:27:36 -1000 |
On Thu, Mar 21, 2013 at 12:29 PM, Vincent Torri <address@hidden> wrote:
> 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
>
Does it work not in msys?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: custom silent rule not working in MSYS,
NightStrike <=