From: Tom Tromey <tom@tromey.com>
To: Simon Marchi <simon.marchi@polymtl.ca>
Cc: Tom Tromey <tom@tromey.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH 2/3] Make init.c depend on source files
Date: Thu, 27 Dec 2018 04:21:00 -0000 [thread overview]
Message-ID: <875zvfppke.fsf@tromey.com> (raw)
In-Reply-To: <c038caa368a2423092a837f60f8fab79@polymtl.ca> (Simon Marchi's message of "Wed, 26 Dec 2018 23:02:41 -0500")
>>>>> "Simon" == Simon Marchi <simon.marchi@polymtl.ca> writes:
Simon> On 2018-12-24 16:09, Tom Tromey wrote:
>> +INIT_FILES = \
>> + $(patsubst %.o,%.c, \
>> + $(patsubst %-exp.o,%-exp.y, \
>> + $(filter-out $(NATDEPFILES) init.o version.o %_S.o %_U.o,\
>> + $(COMMON_OBS))))
Simon> What do %_S and %_U mean?
"%" is just the way make patterns work, and the _S and _U deletions are
copied from the old code. I believe they refer to the GNU Hurd
mig-generated files. See gdb/config/i386/i386gnu.mn.
Tom
next prev parent reply other threads:[~2018-12-27 4:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-24 21:09 [PATCH 0/3] some minor Makefile improvements Tom Tromey
2018-12-24 21:09 ` [PATCH 3/3] Build gdb "nat" files in subdirectory Tom Tromey
2018-12-27 4:29 ` Simon Marchi
2018-12-27 20:03 ` Tom Tromey
2018-12-24 21:10 ` [PATCH 2/3] Make init.c depend on source files Tom Tromey
2018-12-27 4:02 ` Simon Marchi
2018-12-27 4:21 ` Tom Tromey [this message]
2018-12-27 4:23 ` Simon Marchi
2018-12-27 4:24 ` Simon Marchi
2018-12-24 21:10 ` [PATCH 1/3] Remove gdbtypes special case from init.c rule Tom Tromey
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=875zvfppke.fsf@tromey.com \
--to=tom@tromey.com \
--cc=gdb-patches@sourceware.org \
--cc=simon.marchi@polymtl.ca \
/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