diff options
| author | Glenn Morris | 2009-10-15 06:04:11 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-15 06:04:11 +0000 |
| commit | 9fc3db2b6b2e661000055f06e36dca6d6ff64f67 (patch) | |
| tree | 05e8a7bf7e5dde2e04a6c6197d80c91dbb9ea951 | |
| parent | 0b44494a3c0f8bf9d2889c76956e49dcea24a20f (diff) | |
| download | emacs-9fc3db2b6b2e661000055f06e36dca6d6ff64f67.tar.gz emacs-9fc3db2b6b2e661000055f06e36dca6d6ff64f67.zip | |
(echolisp): New rule.
(clean): Delete echolisp.tmp.
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fac1fa970e4..2a62151c3c3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-10-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (echolisp): New rule. | ||
| 4 | (clean): Delete echolisp.tmp. | ||
| 5 | |||
| 1 | 2009-09-27 Eli Zaretskii <eliz@gnu.org> | 6 | 2009-09-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, | 8 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index ee5f1d7710c..7fab27d98a9 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 3 | # 2008, 2009 Free Software Foundation, Inc. | 3 | # 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -289,6 +289,11 @@ lisp2 = \ | |||
| 289 | $(lispsource)window.elc \ | 289 | $(lispsource)window.elc \ |
| 290 | $(lispsource)version.el | 290 | $(lispsource)version.el |
| 291 | 291 | ||
| 292 | # Used by batch-update-autoloads. | ||
| 293 | echolisp: | ||
| 294 | @echo $(lisp1) | ||
| 295 | @echo $(lisp2) | ||
| 296 | |||
| 292 | # This is needed the first time we build the tree, since temacs.exe | 297 | # This is needed the first time we build the tree, since temacs.exe |
| 293 | # does not exist yet, and the DOC rule needs it to rebuild DOC whenever | 298 | # does not exist yet, and the DOC rule needs it to rebuild DOC whenever |
| 294 | # Emacs is rebuilt. | 299 | # Emacs is rebuilt. |
| @@ -348,6 +353,7 @@ clean: | |||
| 348 | - $(DEL) getopt.h | 353 | - $(DEL) getopt.h |
| 349 | - $(DEL_TREE) $(OBJDIR) | 354 | - $(DEL_TREE) $(OBJDIR) |
| 350 | - $(DEL) stamp_BLD | 355 | - $(DEL) stamp_BLD |
| 356 | - $(DEL) echolisp.tmp | ||
| 351 | 357 | ||
| 352 | distclean: cleanall | 358 | distclean: cleanall |
| 353 | - $(DEL) TAGS | 359 | - $(DEL) TAGS |