forked from Github/emacs
(recompile): Update comment to reflect change
on 2004-04-21.
This commit is contained in:
parent
0392505b45
commit
773cb1a4f0
1 changed files with 2 additions and 3 deletions
|
|
@ -204,9 +204,8 @@ backup-compiled-files:
|
|||
|
||||
compile-after-backup: backup-compiled-files compile-always
|
||||
|
||||
# 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.
|
||||
# Recompile all Lisp files which are newer than their .elc files and compile
|
||||
# new ones.
|
||||
|
||||
recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc
|
||||
$(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue