projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ae3c9
)
* Makefile.in (sanity-check): Add the -Q option. (Bug#66721)
author
Ulrich Müller
<ulm@gentoo.org>
Tue, 24 Oct 2023 05:53:17 +0000
(07:53 +0200)
committer
Ulrich Müller
<ulm@gentoo.org>
Tue, 24 Oct 2023 11:29:44 +0000
(13:29 +0200)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 51a27cc1814b44ddd6fb844771270951945fcd44..45540d2742fc6212bed7361999318f2523985a47 100644
(file)
--- 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; \