1
0
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:
Andrew Innes 2000-09-17 20:54:47 +00:00
parent e07436e1c6
commit 202c7edc03
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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