From: Simon Marchi <simark@simark.ca>
To: Eli Zaretskii <eliz@gnu.org>, Simon Marchi <simon.marchi@ericsson.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] Add silent Makefile rules
Date: Sat, 03 Mar 2018 14:39:00 -0000 [thread overview]
Message-ID: <ca1d28b5-bc04-8cda-2e65-1aedd1a11575@simark.ca> (raw)
In-Reply-To: <83y3j9vbki.fsf@gnu.org>
On 2018-03-03 02:54 AM, Eli Zaretskii wrote:
>> From: Simon Marchi <simon.marchi@ericsson.com>
>> CC: Simon Marchi <simon.marchi@polymtl.ca>
>> Date: Fri, 2 Mar 2018 15:20:36 -0500
>> --- /dev/null
>> +++ b/gdb/silent-rules.mk
>> @@ -0,0 +1,14 @@
>> +# If V is undefined or V=0 is specified, use the silent/verbose/compact mode.
>> +V ?= 0
>> +ifeq ($(V),0)
>> +ECHO_CC = @echo " CC $@";
>> +ECHO_LD = @echo " LD $@";
>> +ECHO_REGDAT = @echo " REGDAT $@";
>> +ECHO_GEN = @echo " GEN $@";
>> +ECHO_GEN_XML_BUILTIN = \
>> + @echo " GEN xml-builtin.c";
>> +ECHO_GEN_XML_BUILTIN_GENERATED = \
>> + @echo " GEN xml-builtin-generated.c";
>> +ECHO_INIT_C = echo " GEN init.c" ||
>> +SILENCE = @
>> +endif
>
> I think most projects I've seen use "CCLD" instead of "LD" when
> announcing linking of a C program.
>
> Maybe we should use CXX and CXXLD to indicate a C++ compilation/link.
Good idea, thanks.
Simon
next prev parent reply other threads:[~2018-03-03 14:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-02 20:21 Simon Marchi
2018-03-02 20:25 ` Simon Marchi
2018-03-03 8:09 ` Eli Zaretskii
2018-03-03 18:06 ` Simon Marchi
2018-03-03 7:54 ` Eli Zaretskii
2018-03-03 14:39 ` Simon Marchi [this message]
2018-03-03 18:27 ` [PATCH v2] " Simon Marchi
2018-03-16 20:32 ` Simon Marchi
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=ca1d28b5-bc04-8cda-2e65-1aedd1a11575@simark.ca \
--to=simark@simark.ca \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=simon.marchi@ericsson.com \
/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