public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* A patch for typo in malloc/Makefile
@ 2001-05-04 13:54 H . J . Lu
  2001-05-07  1:39 ` Andreas Jaeger
  0 siblings, 1 reply; 2+ messages in thread
From: H . J . Lu @ 2001-05-04 13:54 UTC (permalink / raw)
  To: GNU C Library

Here is a patch for typo.


H.J.
---
2001-05-04  H.J. Lu  <hjl@gnu.org>

	* malloc/Makefile ($(objpfx)memusage): Substitute @SLIBDIR@
	not @LIBDIR@.

Index: malloc/Makefile
===================================================================
RCS file: /cvs/glibc/libc/malloc/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile	2001/04/09 03:57:22	1.38
+++ Makefile	2001/05/04 20:45:11
@@ -120,7 +120,7 @@ $(objpfx)mtrace: mtrace.pl
 $(objpfx)memusage: memusage.sh
 	rm -f $@.new
 	sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \
-	    -e 's|@LIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
+	    -e 's|@SLIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
 	&& rm -f $@ && mv $@.new $@ && chmod +x $@
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: A patch for typo in malloc/Makefile
  2001-05-04 13:54 A patch for typo in malloc/Makefile H . J . Lu
@ 2001-05-07  1:39 ` Andreas Jaeger
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Jaeger @ 2001-05-07  1:39 UTC (permalink / raw)
  To: H . J . Lu; +Cc: GNU C Library

"H . J . Lu" <hjl@lucon.org> writes:

> Here is a patch for typo.

Thanks, I've committed it together with the appended patch.

2001-05-07  Andreas Jaeger  <aj@suse.de>

	* debug/Makefile ($(objpfx)xtrace): Substitute @SLIBDIR@ instead
	of @LIBDIR@.

============================================================
Index: debug/Makefile
--- debug/Makefile	2001/03/18 21:32:56	1.15
+++ debug/Makefile	2001/05/07 08:37:51
@@ -65,7 +65,7 @@
 $(objpfx)xtrace: xtrace.sh
 	rm -f $@.new
 	sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \
-	    -e 's|@LIBDIR@|$(libdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
+	    -e 's|@SLIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
 	&& rm -f $@ && mv $@.new $@ && chmod +x $@
 
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-07  1:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-04 13:54 A patch for typo in malloc/Makefile H . J . Lu
2001-05-07  1:39 ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).