]> git.eshelyaron.com Git - emacs.git/commitdiff
(echolisp): New rule.
authorGlenn Morris <rgm@gnu.org>
Thu, 15 Oct 2009 06:04:11 +0000 (06:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 Oct 2009 06:04:11 +0000 (06:04 +0000)
(clean): Delete echolisp.tmp.

lib-src/ChangeLog
lib-src/makefile.w32-in

index fac1fa970e47099a22cbeb0db99d949b2d54d50c..2a62151c3c3278f0a2ab35953af8b37848ad6eab 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-15  Glenn Morris  <rgm@gnu.org>
+
+       * makefile.w32-in (echolisp): New rule.
+       (clean): Delete echolisp.tmp.
+
 2009-09-27  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,
index ee5f1d7710cf9b00f7d6bc377b3ca98d92342ee0..7fab27d98a900a869aff15ede5fa1084a23bd5d9 100644 (file)
@@ -1,6 +1,6 @@
 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-#   2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+#   2009 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -289,6 +289,11 @@ lisp2 = \
        $(lispsource)window.elc \
        $(lispsource)version.el
 
+# Used by batch-update-autoloads.
+echolisp:
+       @echo $(lisp1)
+       @echo $(lisp2)
+
 # This is needed the first time we build the tree, since temacs.exe
 # does not exist yet, and the DOC rule needs it to rebuild DOC whenever
 # Emacs is rebuilt.
@@ -348,6 +353,7 @@ clean:
                - $(DEL) getopt.h
                - $(DEL_TREE) $(OBJDIR)
                - $(DEL) stamp_BLD
+               - $(DEL) echolisp.tmp
 
 distclean: cleanall
        - $(DEL) TAGS