changeset 31677:70dd1b38f43e

(compile-files): No need to make .elc files read-only, since they aren't under VC now.
author Andrew Innes <andrewi@gnu.org>
date Sun, 17 Sep 2000 20:54:47 +0000
parents 32df04f3047c
children 30d8d153fa6e
files lisp/makefile.nt lisp/makefile.w32-in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/makefile.nt	Sun Sep 17 19:44:42 2000 +0000
+++ b/lisp/makefile.nt	Sun Sep 17 20:54:47 2000 +0000
@@ -175,7 +175,7 @@
 # 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
 
--- a/lisp/makefile.w32-in	Sun Sep 17 19:44:42 2000 +0000
+++ b/lisp/makefile.w32-in	Sun Sep 17 20:54:47 2000 +0000
@@ -194,7 +194,7 @@
 
 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