qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] call make with quite-command


From: Juan Quintela
Subject: [Qemu-devel] Re: [PATCH] call make with quite-command
Date: Sun, 30 Aug 2009 22:05:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Johannes Schindelin <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]