Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@redhat.com>
To: David Carlton <carlton@math.stanford.edu>
Cc: Elena Zannoni <ezannoni@redhat.com>, gdb-patches@sources.redhat.com
Subject: Re: [RFA] mmalloc Makefile patch
Date: Thu, 28 Nov 2002 08:48:00 -0000	[thread overview]
Message-ID: <15846.18410.776134.585362@localhost.redhat.com> (raw)
In-Reply-To: <ro1adju93hl.fsf@jackfruit.Stanford.EDU>

David Carlton writes:
 > On Sun, 24 Nov 2002 20:05:13 -0500, Elena Zannoni <ezannoni@redhat.com> said:
 > 
 > > Turns out that the mmalloc.info file sufeered from the same problesm
 > > as the gdb info files.
 > 
 > > Elena
 > 
 > > 2002-11-24  Elena Zannoni  <ezannoni@redhat.com>
 > 
 > > 	* Makefile.in (INFO_DEPS): Define.
 > > 	(all): Add install-info to the rule.
 > 
 > Surely this should go in an 'install' target, not in 'all'?
 > 
 > David Carlton
 > carlton@math.stanford.edu


Oh dear! yes. Not clear what I was thinking.
thanks for catching it.

Here is a patch. Committed to mainline and 5.3 branch.

Elena


2002-11-28  Elena Zannoni  <ezannoni@redhat.com>

	* Makefile.in (install): Move install-info to here...
	(all): ...from here.



Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/mmalloc/Makefile.in,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile.in
--- Makefile.in	26 Nov 2002 22:33:21 -0000	1.4
+++ Makefile.in	28 Nov 2002 16:42:52 -0000
@@ -97,7 +97,7 @@ TARGETOBJS =	mm.o
 
 STAGESTUFF =	$(TARGETLIB) *.o
 
-all:		$(TARGETLIB) install-info
+all:		$(TARGETLIB)
 
 info: $(INFO_DEPS)
 dvi: mmalloc.dvi
@@ -155,7 +155,7 @@ check: test1.c
 # for gdb, perhaps).
 #	./a.out
 
-install:	all
+install:	all install-info
 		$(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB)n
 		$(RANLIB) $(libdir)/$(TARGETLIB)n
 		mv -f $(libdir)/$(TARGETLIB)n $(libdir)/$(TARGETLIB)

 	


      reply	other threads:[~2002-11-28 16:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-24 17:09 Elena Zannoni
2002-11-25 13:31 ` Andrew Cagney
2002-11-26 14:34   ` Elena Zannoni
2002-11-27 12:12 ` David Carlton
2002-11-28  8:48   ` Elena Zannoni [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=15846.18410.776134.585362@localhost.redhat.com \
    --to=ezannoni@redhat.com \
    --cc=carlton@math.stanford.edu \
    --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