]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-files): No need to make .elc files
authorAndrew Innes <andrewi@gnu.org>
Sun, 17 Sep 2000 20:54:47 +0000 (20:54 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 17 Sep 2000 20:54:47 +0000 (20:54 +0000)
read-only, since they aren't under VC now.

lisp/makefile.nt
lisp/makefile.w32-in

index 696b8c96294d1de5fc5e98ae2d9e3a22011e978a..9f92ab2560c8484227af77064313beef44aacec9 100644 (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
 
index 705f3e6aa0cbe9554533bb9f1787d35b10d25475..ebe79c14a52d293e88ea2538d2858a91854ce49f 100644 (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