emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/Makefile.in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in,v
Date: Sat, 07 Jun 2008 02:45:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/07 02:45:13

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- Makefile.in 6 Jun 2008 22:53:14 -0000       1.131
+++ Makefile.in 7 Jun 2008 02:45:12 -0000       1.132
@@ -1401,12 +1401,9 @@
 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.




reply via email to

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