This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

[patch:] Fix malloc/Makefile comment for mtrace.


It looks like a Perl script, as in Perl spelled with capital P. :-)

2001-04-08  Hans-Peter Nilsson  <hp@axis.com>

	* malloc/Makefile: Correct comment; mtrace is Perl, not AWK.

Index: Makefile
===================================================================
RCS file: /cvs/glibc/libc/malloc/Makefile,v
retrieving revision 1.37
diff -p -c -r1.37 Makefile
*** Makefile	2001/02/19 12:36:27	1.37
--- Makefile	2001/04/08 21:51:11
*************** aux := set-freeres
*** 55,61 ****
  
  include ../Makeconfig
  
! # The AWK script to analyze the output of the mtrace functions.
  ifneq ($(PERL),no)
  install-bin = mtrace
  generated = mtrace
--- 55,61 ----
  
  include ../Makeconfig
  
! # The Perl script to analyze the output of the mtrace functions.
  ifneq ($(PERL),no)
  install-bin = mtrace
  generated = mtrace

brgds, H-P


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