From: Basil L. Contovounesios Date: Sat, 6 Mar 2021 11:40:48 +0000 (+0000) Subject: Fix Makefile subshell output when run in parallel X-Git-Tag: emacs-28.0.90~3410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=117505454ce04c0c0ce2c2b4058823cf764fc2eb;p=emacs.git Fix Makefile subshell output when run in parallel For discussion, see the following thread: https://lists.gnu.org/r/emacs-devel/2021-03/msg00255.html * Makefile.in (texi_misc): Avoid interspersing parallel Make output with that from subshell. --- diff --git a/Makefile.in b/Makefile.in index 856c29a453e..0e16145c0a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1008,7 +1008,7 @@ misc-dvi misc-html misc-pdf misc-ps: src info-dir: ${srcdir}/info/dir -texi_misc = $(shell ${MAKE} --no-print-directory -s -C doc/misc echo-sources) +texi_misc = $(shell ${MAKE} --no-print-directory -O -s -C doc/misc echo-sources) srcdir_doc_info_dir_inputs = \ ${srcdir}/doc/emacs/emacs.texi \