This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove REMOTE_EXAMPLES from gdb/Makefile.in


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=206350da0f99b9a50fe6405613b3b05561a55aae

commit 206350da0f99b9a50fe6405613b3b05561a55aae
Author: Yao Qi <yao.qi@linaro.org>
Date:   Thu Jul 23 16:26:14 2015 +0100

    Remove REMOTE_EXAMPLES from gdb/Makefile.in
    
    I happen to see REMOTE_EXAMPLES isn't used anywhere, so this patch
    removes it.
    
    REMOTE_EXAMPLES was added in the following commit in 1991,
    
    commit 86bbb439c8fa01fd55d6cbce102483a471ffd0c4
    Author: John Gilmore <gnu@cygnus>
    Date:   Fri May 3 19:57:13 1991 +0000
    
        There should be a Makefile in the cvs main directory, configured
        for "./config.gdb none", so that things like "make tags" and "make tar"
        will work.
    
    and it was used like:
    
    TARFILES = ${TAGFILES_MAINDIR} ${OTHERS} ${REMOTE_EXAMPLES}
    
    However TARFILES was removed by the change latter in 1994,
    
    Tue Aug 16 15:24:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
    
    	* symtab.c (decode_line_1): If funfirstline and we get a
    	non-LOC_BLOCK symbol (e.g. variable or type), then error().
    
    	* Makefile.in (TARFILES, NONSRC, SFILES_STAND, SFILES_KGDB):
    	Remove; unused.
    
    Since then, REMOTE_EXAMPLES is not used any more.
    
    gdb:
    
    2015-07-27  Yao Qi  <yao.qi@linaro.org>
    
    	* Makefile.in (REMOTE_EXAMPLES): Remove it.

Diff:
---
 gdb/Makefile.in         | 2 --
 gdb/testsuite/ChangeLog | 4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 4347d0c..e7fefd9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -993,8 +993,6 @@ HFILES_WITH_SRCDIR = ../bfd/bfd.h jit-reader.h
 # GDB "info" files, which should be included in their entirety
 INFOFILES = gdb.info*
 
-REMOTE_EXAMPLES = m68k-stub.c i386-stub.c sparc-stub.c rem-multi.shar
-
 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
 # default their values the way we do for SER_HARDWIRE; in the future
 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1faf1ab..1fa4cb8 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-27  Yao Qi  <yao.qi@linaro.org>
+
+	* Makefile.in (REMOTE_EXAMPLES): Remove it.
+
 2015-07-25  Doug Evans  <xdje42@gmail.com>
 
 	Revert:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]