emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 408c904d660: * Makefile.in (sanity-check): Add the -Q option. (Bu


From: Ulrich Müller
Subject: master 408c904d660: * Makefile.in (sanity-check): Add the -Q option. (Bug#66721)
Date: Tue, 24 Oct 2023 07:33:05 -0400 (EDT)

branch: master
commit 408c904d6602cf269c128a5b5e7b9d0e0b4f7d69
Author: Ulrich Müller <ulm@gentoo.org>
Commit: Ulrich Müller <ulm@gentoo.org>

    * Makefile.in (sanity-check): Add the -Q option.  (Bug#66721)
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 51a27cc1814..45540d2742f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -421,7 +421,7 @@ advice-on-failure:
 
 sanity-check:
        @[ -f .no-advice-on-failure ] && exit 0; true
-       @v=`src/emacs${EXEEXT} --batch --eval \
+       @v=`src/emacs${EXEEXT} --batch -Q --eval \
          '(progn (defun f (n) (if (= 0 n) 1 (* n (f (- n 1))))) (princ (f 
10)))' \
          2> /dev/null`; \
        [ "X$$v" = "X3628800" ] && exit 0; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]