From: Takashi Iwai <tiwai@suse.de>
To: Amerigo Wang <amwang@redhat.com>
Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela <perex@perex.cz>,
Paul Mundt <lethal@linux-sh.org>, John Kacur <jkacur@redhat.com>,
Ralf Baechle <ralf@linux-mips.org>,
alsa-devel@alsa-project.org
Subject: Re: [Patch] sound: silent echo'ed messages in Makefile
Date: Mon, 31 Jan 2011 11:29:14 +0100 [thread overview]
Message-ID: <s5hwrlltlhh.wl%tiwai@suse.de> (raw)
In-Reply-To: <1296204727-19160-1-git-send-email-amwang@redhat.com>
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;'; \
> ) > $@
>
prev parent reply other threads:[~2011-01-31 10:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-28 8:52 Amerigo Wang
2011-01-31 10:29 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hwrlltlhh.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=amwang@redhat.com \
--cc=jkacur@redhat.com \
--cc=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®