Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0b8e2d21
Commit
0b8e2d21
authored
Nov 22, 2008
by
Eli Zaretskii
Browse files
(compile-first): New target.
(recompile): Depend on compile-first.
parent
f7a043c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/makefile.w32-in
lisp/makefile.w32-in
+4
-1
No files found.
lisp/ChangeLog
View file @
0b8e2d21
2008-11-22 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (compile-first): New target.
(recompile): Depend on compile-first.
* Makefile.in (recompile): Depend on compile-first.
2008-11-22 Martin Rudalics <rudalics@gmx.at>
...
...
lisp/makefile.w32-in
View file @
0b8e2d21
...
...
@@ -312,12 +312,15 @@ backup-compiled-files:
compile-after-backup
:
backup-compiled-files compile-always
compile-first
:
$(lisp)/emacs-lisp/bytecomp.elc $(lisp)/emacs-lisp/byte-opt.elc
\
$(lisp)/emacs-lisp/autoload.elc
# Recompile all Lisp files which are newer than their .elc files.
# Note that this doesn't create .elc files. It only recompiles if an
# .elc is present.
# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
# this can break with GNU Make 3.81 and later if sh.exe is used.
recompile
:
mh-
autoloads doit $(lisp)/progmodes/cc-mode.elc
recompile
:
compile-first
autoloads doit $(lisp)/progmodes/cc-mode.elc
$(emacs)
--eval
$(ARGQUOTE)
(
batch-byte-recompile-directory 0
)
$(ARGQUOTE)
$(lisp)
$(lisp)/calendar/cal-loaddefs.el
:
...
...
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