]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-clean): Run autogen-clean.
authorGlenn Morris <rgm@gnu.org>
Sat, 7 Jun 2008 02:46:01 +0000 (02:46 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 7 Jun 2008 02:46:01 +0000 (02:46 +0000)
(maintainer-clean): No need to run autogen-clean now it is included in
bootstrap-clean.

lisp/ChangeLog
lisp/Makefile.in

index a5174018a6815b0a936a1132aebe6b8c3fc024bf..67da7b82c0d852df4aea590ba6a7a76a4eb2ae34 100644 (file)
@@ -1,3 +1,26 @@
+2008-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
+       lm-keywords.
+
+       * mail/sendmail.el (mail-interactive): Add :version.
+
+       * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
+       obsolete alias.
+
+       * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
+       * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
+       * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
+       * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
+       * eshell/esh-util.el, international/mule-cmds.el:
+       * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
+       * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
+       Remove unnecessary eval-when-compiles and eval-and-compiles.
+
+       * Makefile.in (bootstrap-clean): Run autogen-clean.
+       (maintainer-clean): No need to run autogen-clean now it is included in
+       bootstrap-clean.
+
 2008-06-06  Miles Bader  <miles@gnu.org>
 
        * Makefile.in (ELCFILES): Add gnus/nndir.elc.
index 78ca42b4993612bdb060729267b0f87c8147dd46..9c2410fc96dec489b46cab17dd68081d5a463381 100644 (file)
@@ -1401,12 +1401,9 @@ bootstrap-prepare:
 autogen-clean:
        cd $(lisp); rm -f $(AUTOGENEL)
 
-maintainer-clean: distclean bootstrap-clean autogen-clean
+maintainer-clean: distclean bootstrap-clean
 
-## NB note that this rules assume only one level of subdirs below lisp/.
-## If nested subdirs are added, it's probably time to switch to:
-## find $(lisp) -name "*.elc" -exec rm -f '{}' ';'
-bootstrap-clean:
+bootstrap-clean: autogen-clean
        cd $(lisp); rm -f *.elc */*.elc
 
 # Generate/update files for the bootstrap process.