bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elp and profile


From: Dave Love
Subject: Re: elp and profile
Date: 30 Mar 2001 14:33:27 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.101

>>>>> "EZ" == Eli Zaretskii <eliz@is.elta.co.il> writes:

 EZ> On 28 Mar 2001, Alex Schroeder wrote:

 >> I suggest to change
 >> 
 >> profile.el  generate run time measurements of Emacs Lisp functions
 >> 
 >> into
 >> 
 >> profile.el  deprecated Emacs Lisp Profiler, see elp.el

 EZ> Thanks, I made a similar change.

I still think it should be moved to obsolete and finder information
(at least) shouldn't be generated for those files.

*** Makefile.in.~1.17.~ Wed Mar 21 15:22:36 2001
--- Makefile.in Wed Mar 21 15:24:55 2001
***************
*** 119,124 ****
--- 119,130 ----
                *) wins="$$wins $$file" ;; \
           esac; \
          done
+ nonobsolete_setwins=subdirs=`find $$wd -type d -print`; \
+       for file in $$subdirs; do \
+          case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete ) 
;; \
+               *) wins="$$wins $$file" ;; \
+          esac; \
+         done
  
  doit:
  
***************
*** 132,138 ****
  finder-inf.el:
        echo "(provide 'finder-inf)" >> $@
  finder-data: finder-inf.el doit
!       wd=$(lisp); $(setwins); \
        echo Directories: $$wins; \
        $(EMACS) $(EMACSOPT) -l finder -f finder-compile-keywords-make-dist 
$$wins
  
--- 138,144 ----
  finder-inf.el:
        echo "(provide 'finder-inf)" >> $@
  finder-data: finder-inf.el doit
!       wd=$(lisp); $(nonobsolete_setwins); \
        echo Directories: $$wins; \
        $(EMACS) $(EMACSOPT) -l finder -f finder-compile-keywords-make-dist 
$$wins
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]