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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in [lexbind]
Date: Thu, 11 Nov 2004 23:47:02 -0500

Index: emacs/lisp/Makefile.in
diff -c emacs/lisp/Makefile.in:1.34.2.11 emacs/lisp/Makefile.in:1.34.2.12
*** emacs/lisp/Makefile.in:1.34.2.11    Tue Jul  6 10:00:01 2004
--- emacs/lisp/Makefile.in      Fri Nov 12 04:21:13 2004
***************
*** 311,319 ****
          fi                                                    \
        fi
  
! maintainer-clean:
        cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
  
  # Generate/update files for the bootstrap process.
  
  bootstrap: update-subdirs autoloads compile
--- 311,322 ----
          fi                                                    \
        fi
  
! maintainer-clean: distclean
        cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
  
+ bootstrap-clean:
+       cd $(lisp); rm -f *.elc */*.elc
+ 
  # Generate/update files for the bootstrap process.
  
  bootstrap: update-subdirs autoloads compile




reply via email to

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