mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(compile-files): No need to make .elc files
read-only, since they aren't under VC now.
This commit is contained in:
parent
e07436e1c6
commit
202c7edc03
@ -175,7 +175,7 @@ $(DONTCOMPILE:.el=.elc):
|
||||
# load's in the files being compiled find the right files.
|
||||
|
||||
compile-files: subdirs.el doit
|
||||
-for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g
|
||||
# -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g
|
||||
for %f in ($(COMPILE_FIRST)) do $(emacs) -f batch-byte-compile %f
|
||||
for %f in ($(lisp) $(WINS)) do for %g in (%f/*.el) do $(emacs) -f batch-byte-compile %f/%g
|
||||
|
||||
|
@ -194,7 +194,7 @@ compile-files: subdirs.el compile-files-$(SHELLTYPE) doit
|
||||
|
||||
compile-files-CMD:
|
||||
set EMACSLOADPATH=$(lisp)
|
||||
-for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g
|
||||
# -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @attrib -r %g
|
||||
for %f in ($(COMPILE_FIRST)) do $(emacs) -f batch-byte-compile %f
|
||||
for %f in ($(lisp) $(WINS)) do for %g in (%f/*.el) do $(emacs) -f batch-byte-compile %f/%g
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user