Misc fixes, and use lexical-binding in more files.
[bpt/emacs.git] / lisp / Makefile.in
index 0182b7f..268a45d 100644 (file)
@@ -222,6 +222,9 @@ compile-onefile:
 # cannot have prerequisites.
 .el.elc:
        @echo Compiling $<
+       @# The BIG_STACK_OPTS are only needed to byte-compile the byte-compiler
+       @# files, which is normally done in compile-first, but may also be
+       @# recompiled via this rule.
        @$(emacs) $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS) \
                -f batch-byte-compile $<