LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [Patch] sound: silent echo'ed messages in Makefile
@ 2011-01-28 8:52 Amerigo Wang
2011-01-31 10:29 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Amerigo Wang @ 2011-01-28 8:52 UTC (permalink / raw)
To: linux-kernel
Cc: WANG Cong, Jaroslav Kysela, Takashi Iwai, Paul Mundt, John Kacur,
Ralf Baechle, alsa-devel
Silent these echo's, please.
Signed-off-by: WANG Cong <amwang@redhat.com>
---
diff --git a/sound/oss/Makefile b/sound/oss/Makefile
index 96f14dc..90ffb99 100644
--- a/sound/oss/Makefile
+++ b/sound/oss/Makefile
@@ -87,7 +87,7 @@ ifeq ($(CONFIG_PSS_HAVE_BOOT),y)
$(obj)/bin2hex pss_synth < $< > $@
else
$(obj)/pss_boot.h:
- ( \
+ $(Q)( \
echo 'static unsigned char * pss_synth = NULL;'; \
echo 'static int pss_synthLen = 0;'; \
) > $@
@@ -102,7 +102,7 @@ ifeq ($(CONFIG_TRIX_HAVE_BOOT),y)
$(obj)/hex2hex -i trix_boot < $< > $@
else
$(obj)/trix_boot.h:
- ( \
+ $(Q)( \
echo 'static unsigned char * trix_boot = NULL;'; \
echo 'static int trix_boot_len = 0;'; \
) > $@
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Patch] sound: silent echo'ed messages in Makefile
2011-01-28 8:52 [Patch] sound: silent echo'ed messages in Makefile Amerigo Wang
@ 2011-01-31 10:29 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-01-31 10:29 UTC (permalink / raw)
To: Amerigo Wang
Cc: linux-kernel, Jaroslav Kysela, Paul Mundt, John Kacur,
Ralf Baechle, alsa-devel
At Fri, 28 Jan 2011 16:52:00 +0800,
Amerigo Wang wrote:
>
> Silent these echo's, please.
>
> Signed-off-by: WANG Cong <amwang@redhat.com>
Applied now. Thanks.
Takashi
> ---
> diff --git a/sound/oss/Makefile b/sound/oss/Makefile
> index 96f14dc..90ffb99 100644
> --- a/sound/oss/Makefile
> +++ b/sound/oss/Makefile
> @@ -87,7 +87,7 @@ ifeq ($(CONFIG_PSS_HAVE_BOOT),y)
> $(obj)/bin2hex pss_synth < $< > $@
> else
> $(obj)/pss_boot.h:
> - ( \
> + $(Q)( \
> echo 'static unsigned char * pss_synth = NULL;'; \
> echo 'static int pss_synthLen = 0;'; \
> ) > $@
> @@ -102,7 +102,7 @@ ifeq ($(CONFIG_TRIX_HAVE_BOOT),y)
> $(obj)/hex2hex -i trix_boot < $< > $@
> else
> $(obj)/trix_boot.h:
> - ( \
> + $(Q)( \
> echo 'static unsigned char * trix_boot = NULL;'; \
> echo 'static int trix_boot_len = 0;'; \
> ) > $@
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-31 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-28 8:52 [Patch] sound: silent echo'ed messages in Makefile Amerigo Wang
2011-01-31 10:29 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).