[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <s5hwrlltlhh.wl%tiwai@suse.de>
Date: Mon, 31 Jan 2011 11:29:14 +0100
From: Takashi Iwai <tiwai@...e.de>
To: Amerigo Wang <amwang@...hat.com>
Cc: linux-kernel@...r.kernel.org, Jaroslav Kysela <perex@...ex.cz>,
Paul Mundt <lethal@...ux-sh.org>,
John Kacur <jkacur@...hat.com>,
Ralf Baechle <ralf@...ux-mips.org>, alsa-devel@...a-project.org
Subject: Re: [Patch] sound: silent echo'ed messages in Makefile
At Fri, 28 Jan 2011 16:52:00 +0800,
Amerigo Wang wrote:
>
> Silent these echo's, please.
>
> Signed-off-by: WANG Cong <amwang@...hat.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;'; \
> ) > $@
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists