From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14231 invoked by alias); 23 Jun 2002 20:06:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14196 invoked from network); 23 Jun 2002 20:06:10 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 23 Jun 2002 20:06:10 -0000 Received: from fleche.redhat.com (ta0193.peakpeak.com [204.144.244.193] (may be forged)) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id OAA17394 for ; Sun, 23 Jun 2002 14:06:08 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id A9FD44F80BA; Sun, 23 Jun 2002 14:19:23 -0600 (MDT) To: gdb-patches@sources.redhat.com Subject: RFA: Fix for `make TAGS' From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I was born in a Hostess Cupcake factory before the sexual revolution! Date: Sun, 23 Jun 2002 13:06:00 -0000 Message-ID: <87k7oppx2s.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00478.txt.bz2 Today I tried `make TAGS'. It failed. The appended patch fixes it by removing all mention of some files which were deleted a while back. Ok to commit? Tom Index: ChangeLog from Tom Tromey * Makefile.in (HFILES_NO_SRCDIR): Remove old files. (ALLDEPFILES): Likewise. (udiheaders): Removed. (udip2soc.o): Likewise. (udi2go32.o): Likewise. (udr.o): Likewise. (HFILES_WITH_SRCDIR): Don't mention udiheaders. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.211 diff -u -r1.211 Makefile.in --- Makefile.in 21 Jun 2002 23:48:32 -0000 1.211 +++ Makefile.in 23 Jun 2002 20:05:49 -0000 @@ -583,14 +583,6 @@ $(READLINE_SRC)/keymaps.h \ $(READLINE_SRC)/readline.h -udiheaders = \ - $(srcdir)/29k-share/udi/udiproc.h \ - $(srcdir)/29k-share/udi/udiphcfg.h \ - $(srcdir)/29k-share/udi/udiphunix.h \ - $(srcdir)/29k-share/udi/udiptcfg.h \ - $(srcdir)/29k-share/udi/udipt29k.h \ - $(srcdir)/29k-share/udi/udisoc.h - xm_h = @xm_h@ tm_h = @tm_h@ nm_h = @nm_h@ @@ -693,7 +685,7 @@ jv-lang.h \ m2-lang.h p-lang.h \ complaints.h valprint.h \ - 29k-share/udi/udiids.h 29k-share/udi_soc nindy-share/b.out.h \ + nindy-share/b.out.h \ nindy-share/block_io.h nindy-share/coff.h \ nindy-share/env.h nindy-share/stop.h \ vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \ @@ -703,7 +695,7 @@ # Header files that already have srcdir in them, or which are in objdir. -HFILES_WITH_SRCDIR = $(udiheaders) ../bfd/bfd.h +HFILES_WITH_SRCDIR = ../bfd/bfd.h # GDB "info" files, which should be included in their entirety @@ -1206,9 +1198,7 @@ ## with no dependencies and no actions. unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET : -ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ - 29k-share/udi/udi2go32.c \ - a29k-tdep.c a68v-nat.c \ +ALLDEPFILES = a68v-nat.c \ alpha-nat.c alphabsd-nat.c \ alpha-tdep.c alpha-linux-tdep.c alphabsd-tdep.c alphanbsd-tdep.c \ alpha-osf1-tdep.c alphafbsd-tdep.c \ @@ -1231,7 +1221,7 @@ lynx-nat.c m3-nat.c \ m68hc11-tdep.c \ m68k-tdep.c \ - m88k-nat.c m88k-tdep.c mac-nat.c \ + m88k-nat.c m88k-tdep.c \ mcore-tdep.c \ mips-linux-nat.c mips-linux-tdep.c \ mips-nat.c \ @@ -1245,11 +1235,11 @@ ppc-sysv-tdep.o ppc-linux-nat.c ppc-linux-tdep.c \ ppcnbsd-nat.o ppcnbsd-tdep.o \ procfs.c \ - remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c \ + remote-array.c remote-bug.c remote-e7000.c \ remote-es.c remote-hms.c remote-mips.c \ - remote-mm.c remote-nindy.c remote-os9k.c remote-rdp.c remote-sim.c \ + remote-nindy.c remote-os9k.c remote-rdp.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ - remote-udi.c remote-vx.c remote-vx29k.c \ + remote-vx.c \ rs6000-nat.c rs6000-tdep.c \ s390-tdep.c s390-nat.c \ ser-go32.c ser-pipe.c ser-tcp.c \ @@ -1265,15 +1255,6 @@ xcoffread.c xcoffsolib.c \ xstormy16-tdep.c \ z8k-tdep.c - -udip2soc.o: $(srcdir)/29k-share/udi/udip2soc.c $(udiheaders) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udip2soc.c - -udi2go32.o: $(srcdir)/29k-share/udi/udi2go32.c $(udiheaders) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udi2go32.c - -udr.o: $(srcdir)/29k-share/udi/udr.c $(udiheaders) - $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/29k-share/udi/udr.c a68v-nat.o: a68v-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ $(regcache_h)