chiark / gitweb /
Makefile, el/dot-emacs.el: Muffle warnings from compiling Emacs startup.
[profile] / Makefile
index 29359c000128daab370cd4a4a10f66da7a7cfc44..004f55043b9863fd26a9e83e93ad3762137b332f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ SCRIPTLINKS         += aspell-hack emerge-hack wakey.sh
 %.elc: %.el $$(foreach e, $$($$*_DEPS), $$(DEP_$$e))
        $(call v_tag,EMACS)if ! $(EMACS) >$*.build-log 2>&1 \
                -L el/ -L $(EMACSLIB) \
-               --batch --no-site-file \
+               --batch \
                --eval '(kill-emacs (if (byte-compile-file "$<") 0 2))'; then \
          cat $*.build-log; exit 2; \
        fi