mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
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.
This commit is contained in:
parent
6c498786fe
commit
117505454c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user