From: Stefan Kangas Date: Tue, 14 Dec 2021 02:08:37 +0000 (+0100) Subject: * make-dist: Don't run "make --question info". (Bug#52322) X-Git-Tag: emacs-28.0.91~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9de8eec3bc9be2f6e7debf26159c1761c47df909;p=emacs.git * make-dist: Don't run "make --question info". (Bug#52322) --- diff --git a/make-dist b/make-dist index b069130ca61..db7a74b82b3 100755 --- a/make-dist +++ b/make-dist @@ -299,13 +299,6 @@ if [ $check = yes ]; then echo "${bogosities}" fi - ## This exits with non-zero status if any .info files need - ## rebuilding. - if [ -r Makefile ] && [ "$with_info" = "yes" ]; then - echo "Checking to see if info files are up-to-date..." - make --question info || error=yes - fi - ## Is this a release? case $version in [1-9][0-9].[0-9])