diff options
author | Tom Tromey <tom@tromey.com> | 2018-12-24 12:01:34 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-12-27 13:15:31 -0700 |
commit | 6987262214a204ea3ab857d86a1faf9f4e66f211 (patch) | |
tree | a1943c2805edb3b185d29619ec9c48c407715496 /gdb/ChangeLog | |
parent | b180d0a254034c14fd540c1b57391bb413f788f7 (diff) | |
download | gdb-6987262214a204ea3ab857d86a1faf9f4e66f211.zip gdb-6987262214a204ea3ab857d86a1faf9f4e66f211.tar.gz gdb-6987262214a204ea3ab857d86a1faf9f4e66f211.tar.bz2 |
Build gdb "nat" files in subdirectory
This moves the various "nat" object files into the nat/ subdirectory.
This allows for the removal of a pattern rule from the gdb Makefile,
which is a small cleanup.
I made the configure.nat change in a (semi-) automated way, hopefully
meaning that it is more likely to be correct than had I done it by
hand.
Eventually I would like for the various configure scripts to only
mention source files, and let the Makefile compute the object file
names.
gdb/ChangeLog
2018-12-27 Tom Tromey <tom@tromey.com>
* configure.nat (NATDEPFILES): Use nat/ prefix.
* Makefile.in (CONFIG_SRC_SUBDIR): Add nat.
(%.o: ${srcdir}/nat/%.c): Remove rule.
(INIT_FILES): Do not filter out NATDEPFILES.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5c7e98b..9d1b1ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2018-12-27 Tom Tromey <tom@tromey.com> + * configure.nat (NATDEPFILES): Use nat/ prefix. + * Makefile.in (CONFIG_SRC_SUBDIR): Add nat. + (%.o: ${srcdir}/nat/%.c): Remove rule. + (INIT_FILES): Do not filter out NATDEPFILES. + +2018-12-27 Tom Tromey <tom@tromey.com> + * Makefile.in (INIT_FILES): Redefine. (stamp-init): Remove sed, tr invocations. Use for loop. Don't set LANG or LC_ALL. |