From 202c7edc03a5cb9d689d45d1b292944b0bee19e6 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 17 Sep 2000 20:54:47 +0000 Subject: [PATCH] (compile-files): No need to make .elc files read-only, since they aren't under VC now. --- lisp/makefile.nt | 2 +- lisp/makefile.w32-in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 696b8c96294..9f92ab2560c 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -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 diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 705f3e6aa0c..ebe79c14a52 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -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 -- 2.39.2