qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] call make with quite-command
Date: Sun, 30 Aug 2009 22:05:36 +0200	[thread overview]
Message-ID: <m38wh1cbjj.fsf@neno.mitica> (raw)
In-Reply-To: <alpine.DEB.1.00.0908302013150.8306@pacific.mpi-cbg.de> (Johannes Schindelin's message of "Sun, 30 Aug 2009 20:14:02 +0200 (CEST)")

Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> Hi,
>
> "quite command"?
>
> On Sat, 29 Aug 2009, Juan Quintela wrote:
>
>> +	$(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) $(TOOLS) $(DOCS) recurse-all,)
>
> Ah.  "quiet" command.
>
> How dependent is that on GNU make?


I hope nothing.

quiet-command = $(if $(V),$1,$(if $(2),@echo $2 && $1, @$1))

that is its definition.  I hope/guess that $(if ...) is normal make.

Humm, looking at POSIX, it appears that they don't have functions at
all, but they don't have % rules either :p

Later, Juan.

> Ciao,
> Dscho

  reply	other threads:[~2009-08-30 20:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-29  0:40 [Qemu-devel] [PATCH] call make with quite-command Juan Quintela
2009-08-30 18:14 ` Johannes Schindelin
2009-08-30 20:05   ` Juan Quintela [this message]
2009-08-31  6:50     ` [Qemu-devel] " Paolo Bonzini

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=m38wh1cbjj.fsf@neno.mitica \
    --to=quintela@redhat.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).