Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] Get make TAGS to work in gdb directory
Date: Wed, 28 Sep 2005 03:01:00 -0000	[thread overview]
Message-ID: <17210.2049.42306.662159@kahikatea.snap.net.nz> (raw)
In-Reply-To: <20050926132451.GB1219@nevyn.them.org>

Daniel Jacobowitz writes:
 > On Mon, Sep 26, 2005 at 04:37:15PM +1200, Nick Roberts wrote:
 > > 2005-09-26  Nick Roberts  <nickrob@snap.net.nz>
 > > 
 > > 	* Makefile.in (HFILES_NO_SRCDIR): Remove minimon.h, symfile-mem.h.
 > > 	(ALLDEPFILES) Correct typo amdfbsd-nat.c -> amd64fbsd-nat.c.
 > > 	Remove irix4-nat.c, m3-nat.c, mipsm3-nat.c, ns32k-tdep.c
 > > 	symm-tdep.c and symm-nat.c.
 > > 	(TAGFILES_NO_SRCDIR): Add CONFIG_SRCS.
 > > 	(DEPFILES): Remove CONFIG_OBS and include it explicitly where
 > > 	needed.
 > 
 > Thanks, this is OK.

Committed.  I've made a small correction (I've put back DEPFILES, otherwise
there was no point in changing it).  I'm hoping that counts as an obvious fix.

Nick



*** Makefile.in.~1.754~ 2005-09-28 15:00:49.133574344 +1200
--- Makefile.in 2005-09-28 14:50:02.000000000 +1200
***************
*** 1227,1238 ****
  # TAGS depends on all the files that go into it so you can rebuild TAGS
  # with `make TAGS' and not have to say `rm TAGS' first.

! TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
        @echo Making TAGS
        @etags $(srcdir)/$(DEPRECATED_TM_FILE) \
          $(srcdir)/$(XM_FILE) \
          $(srcdir)/$(NAT_FILE) \
!       `(for i in $(TAGFILES_NO_SRCDIR); do \
                echo $(srcdir)/$$i ; \
        done ; for i in $(TAGFILES_WITH_SRCDIR); do \
                echo $$i ; \
--- 1227,1238 ----
  # TAGS depends on all the files that go into it so you can rebuild TAGS
  # with `make TAGS' and not have to say `rm TAGS' first.

! TAGS: $(DEPFILES) $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
        @echo Making TAGS
        @etags $(srcdir)/$(DEPRECATED_TM_FILE) \
          $(srcdir)/$(XM_FILE) \
          $(srcdir)/$(NAT_FILE) \
!       `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
                echo $(srcdir)/$$i ; \
        done ; for i in $(TAGFILES_WITH_SRCDIR); do \
                echo $$i ; \


      reply	other threads:[~2005-09-28  3:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-20 22:27 Nick Roberts
2005-09-21 14:36 ` Kris Warkentin
2005-09-28  3:23   ` Nick Roberts
2005-09-26  1:39 ` Daniel Jacobowitz
2005-09-26  4:43   ` Nick Roberts
2005-09-26 13:25     ` Daniel Jacobowitz
2005-09-28  3:01       ` Nick Roberts [this message]

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=17210.2049.42306.662159@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=drow@false.org \
    --cc=gdb-patches@sources.redhat.com \
    /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