Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fc3db2b
Commit
9fc3db2b
authored
Oct 15, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(echolisp): New rule.
(clean): Delete echolisp.tmp.
parent
0b44494a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/makefile.w32-in
lib-src/makefile.w32-in
+8
-2
No files found.
lib-src/ChangeLog
View file @
9fc3db2b
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,
...
...
lib-src/makefile.w32-in
View file @
9fc3db2b
# -*- 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment