Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
408c904d
Commit
408c904d
authored
Oct 24, 2023
by
Ulrich Müller
Browse files
* Makefile.in (sanity-check): Add the -Q option. (Bug#66721)
parent
f1ae3c94
Pipeline
#26891
failed with stages
in 116 minutes and 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.in
Makefile.in
+1
-1
No files found.
Makefile.in
View file @
408c904d
...
...
@@ -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
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment