emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lib-src ChangeLog makefile.w32-in


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lib-src ChangeLog makefile.w32-in
Date: Thu, 15 Oct 2009 06:04:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/15 06:04:12

Modified files:
        lib-src        : ChangeLog makefile.w32-in 

Log message:
        (echolisp): New rule.
        (clean): Delete echolisp.tmp.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/ChangeLog?cvsroot=emacs&r1=2.543&r2=2.544
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/makefile.w32-in?cvsroot=emacs&r1=2.101&r2=2.102

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lib-src/ChangeLog,v
retrieving revision 2.543
retrieving revision 2.544
diff -u -b -r2.543 -r2.544
--- ChangeLog   27 Sep 2009 08:27:57 -0000      2.543
+++ ChangeLog   15 Oct 2009 06:04:11 -0000      2.544
@@ -1,3 +1,8 @@
+2009-10-15  Glenn Morris  <address@hidden>
+
+       * makefile.w32-in (echolisp): New rule.
+       (clean): Delete echolisp.tmp.
+
 2009-09-27  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/lib-src/makefile.w32-in,v
retrieving revision 2.101
retrieving revision 2.102
diff -u -b -r2.101 -r2.102
--- makefile.w32-in     27 Sep 2009 08:27:28 -0000      2.101
+++ makefile.w32-in     15 Oct 2009 06:04:12 -0000      2.102
@@ -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 @@
        $(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 @@
                - $(DEL) getopt.h
                - $(DEL_TREE) $(OBJDIR)
                - $(DEL) stamp_BLD
+               - $(DEL) echolisp.tmp
 
 distclean: cleanall
        - $(DEL) TAGS




reply via email to

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