This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 2/4] gdbserver: Remove a stale TAGS recipe for config files
- From: "Maciej W. Rozycki" <macro at wdc dot com>
- To: gdb-patches at sourceware dot org
- Cc: Jim Wilson <jimw at sifive dot com>, Andrew Burgess <andrew dot burgess at embecosm dot com>, Palmer Dabbelt <palmer at dabbelt dot com>, Tom Tromey <tom at tromey dot com>, guoren at kernel dot org, lifang_xia at c-sky dot com, yunhai_shang at c-sky dot com, jiangshuai_li at c-sky dot com
- Date: Thu, 23 Jan 2020 19:40:52 +0000 (GMT)
- Subject: [PATCH 2/4] gdbserver: Remove a stale TAGS recipe for config files
- Ironport-sdr: 0R5mzIY9qqqXHnpu8vwelWd1TnoMOz3fiwSU1m5pbCXwPNZ7S8kj8tVceY2p4oMjMvwAB7gZoF +VntRCoYyBHIDHdGzRY92iyKgHZjNLb+wsc5zcxFyDtYcV7G9zaN0xorvPMtRk6iMrGajm1odH pwWj7xckjrT7IwP4k8/TMLtd5dngY4C32Pa7Fb2VppUHApVgAvXjRqWeIfzbsTaHiTqwVejRmz 4pUk5yKXG6UKaUnqAeuqs3wvPplHNHqecYg0QYUVS9CKcINhYoZ000FNxtWHLL61s2Xzv+hxA8 XYo=
- Ironport-sdr: n1wbj5UYlyeap1U8EVHsHiVnzJkLrAVO7PlhcImdVYGsMW7G5s5khPQB0zNHs7+gy1cupqE4QB 0A3/GH96OsUhM9zAcg9q1/0O7109+4wT4+8s+VSiJ3Wsqg/YA1VDR1fzritvFIlnJejwHHf1Nk QWV5GKW2dEGl4hTg2seQ090gCMuQI3nv01ix8qZfGdo2GqgVJoU6N+0q8T4cBAtxwt+cLo/KWU yUGt00GB3PI7pOIzF6dXDkfV4z6qXc/3PFLutKW3pgzsLMqdKQRFLGP4TkOpi0oQ5PDgnkBya2 RZow9HmaBOfdGU3QXC/iRVKJ
- Ironport-sdr: +DV1bLQ2CQ0+HKeTAK49mF+3J8MOX9oHO2w+QDyXbOJJf6zunBNI1OFqC+Yv4W3kvZQrVGZfKK tMqrlno7LJgDO5BpS2QDH1Jt1Y9kynY/f6sm8+O+Z4vU5yOcwFNaSqIxORIIIoP17pBL/FfFoI ztn48XmLQxE3BvAzT5f4c31ohG3ONlqc+87I7zlQEf/CFTgOO3Cz8qT5sN7cX34MwxC96HUcar EKSuiRqFZ4h7OzLThYJUY1xaFLjKYFnx+Q6o3ulUyxEI+KiINy7G5WDGqSKFpX0Dtt1g/EW+mP M9E=
- References: <alpine.LFD.2.21.2001231412510.14118@redsun52.ssa.fujisawa.hgst.com>
- Wdcironportexception: Internal
Complement commit 7ea814144a31 ("Fully disentangle gdb and gdbserver"),
<https://sourceware.org/ml/gdb-patches/2002-02/msg00692.html> (from
2002!), and remove a recipe to include config files in `make TAGS',
which are no longer used by `gdbserver' as from that commit.
gdb/gdbserver/
* Makefile.in (TAGS): Remove config files from the recipe.
---
gdb/gdbserver/Makefile.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
gdb-gdbserver-tags-xx-files.diff
Index: binutils-gdb/gdb/gdbserver/Makefile.in
===================================================================
--- binutils-gdb.orig/gdb/gdbserver/Makefile.in
+++ binutils-gdb/gdb/gdbserver/Makefile.in
@@ -456,9 +456,7 @@ $(IPA_LIB): $(sort $(IPA_OBJS)) ${CDEPS}
# specific routine gets the one for the correct machine.
# The xyzzy stuff below deals with empty DEPFILES
TAGS: ${TAGFILES}
- etags `find ${srcdir}/../config -name $(DEPRECATED_TM_FILE) -print` \
- `find ${srcdir}/../config -name ${XM_FILE} -print` \
- `find ${srcdir}/../config -name ${NAT_FILE} -print` \
+ etags \
`for i in yzzy ${DEPFILES}; do \
if [ x$$i != xyzzy ]; then \
echo ${srcdir}/$$i | sed -e 's/\.o$$/\.c/' ; \